Skip to content

Commit

Permalink
mypy 1.6.0に更新 (#767)
Browse files Browse the repository at this point in the history
  • Loading branch information
aoirint authored Oct 17, 2023
1 parent 758b670 commit 48922e6
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 38 deletions.
68 changes: 32 additions & 36 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ black = "^22.12.0"
flake8-bugbear = "^23.1.0"
flake8 = "^6.0.0"
isort = "^5.12.0"
mypy = "~0.991"
mypy = "^1.6.0"
pytest = "^6.2.5"
coveralls = "^3.2.0"
poetry = "^1.3.1"
Expand Down
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ mccabe==0.7.0 ; python_version >= "3.11" and python_version < "3.12"
more-itertools==10.1.0 ; python_version >= "3.11" and python_version < "3.12"
msgpack==1.0.5 ; python_version >= "3.11" and python_version < "3.12"
mypy-extensions==1.0.0 ; python_version >= "3.11" and python_version < "3.12"
mypy==0.991 ; python_version >= "3.11" and python_version < "3.12"
mypy==1.6.0 ; python_version >= "3.11" and python_version < "3.12"
numpy==1.25.2 ; python_version >= "3.11" and python_version < "3.12"
packaging==23.1 ; python_version >= "3.11" and python_version < "3.12"
pathspec==0.11.2 ; python_version >= "3.11" and python_version < "3.12"
Expand Down

0 comments on commit 48922e6

Please sign in to comment.