-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Changed to str2bool3 * Updated to use str2bool3
- Loading branch information
1 parent
5be6cf3
commit b70b130
Showing
3 changed files
with
11 additions
and
10 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ authors = [ | |
"Onica Group LLC <[email protected]>", | ||
] | ||
maintainers = [ | ||
"Kyle Finley <[email protected]>", | ||
"Kyle Finley <[email protected]>", "Sam Fakhreddine <[email protected]>" | ||
] | ||
readme = "README.md" | ||
homepage = "https://github.com/onicagroup/runway" | ||
|
@@ -29,7 +29,7 @@ packages = [ | |
] | ||
|
||
[tool.poetry.dependencies] | ||
python = ">=3.8, <4" | ||
python = ">=3.8, <3.12" | ||
|
||
# dependencies needed for building docs are included here. | ||
# they are marked as "optional" and are installed as the extra "docs". | ||
|
@@ -73,7 +73,7 @@ yamllint = "*" | |
pipenv = "2022.1.8" | ||
moto = "3.0.5" | ||
testfixtures = "^7.0.3" | ||
str2bool = "^1.1" | ||
str2bool3 = "*" | ||
|
||
[tool.poetry.dev-dependencies] | ||
black = ">=22.1" | ||
|
@@ -286,7 +286,7 @@ min-public-methods = 0 | |
|
||
[tool.pylint.format] | ||
# http://pylint.pycqa.org/en/latest/technical_reference/features.html#format-checker | ||
max-line-length = 100 | ||
max-line-length = 120 | ||
max-module-lines = 1000 | ||
|
||
[tool.pylint.imports] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters