-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support gokart 1.4.0 with some fixed tests #41
base: main
Are you sure you want to change the base?
Changes from all commits
4dc2bba
0ffa812
290c0f7
214df08
27a27f5
0664f8c
a19a828
eff6b3b
4a3d686
653eea4
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,8 +15,8 @@ style = "pep440" | |
pattern = "^(?P<base>\\d+\\.\\d+\\.\\d+)" | ||
|
||
[tool.poetry.dependencies] | ||
python = "^3.8,<3.12" | ||
gokart = "^1.2.2" | ||
python = "<4,>=3.9" | ||
gokart = ">=1.4.0" | ||
kubernetes = "^26.1.0" | ||
|
||
[tool.poetry.group.dev.dependencies] | ||
|
@@ -27,7 +27,9 @@ isort = "^5.7" | |
yapf = ">=0.32" | ||
toml = "*" | ||
mypy = "^1.2.0" | ||
pandas-stubs = "^1.5.3.230321" | ||
pandas-stubs = "*" | ||
pyyaml = "6.0.1" | ||
|
||
|
||
[tool.flake8] | ||
per-file-ignores = """ | ||
|
@@ -50,9 +52,6 @@ ignore_patterns = [ | |
line_length = 160 | ||
|
||
[tool.mypy] | ||
strict = true | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. need to remove There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @yokomotod There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. kusa There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 😅 😅 😅 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Putting that aside, I srtongly disaggree with removing the strict setting. |
||
disallow_subclassing_any = false # revert strict | ||
implicit_reexport = true # revert strict | ||
ignore_missing_imports = true | ||
|
||
[build-system] | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[question]
new dependency...?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems not new.
6.0.0
has any issue? I expect we don't need to pin but just require newer than 6.0.1