Skip to content

Commit

Permalink
Pin mypy version to prevent regression due to python/mypy#12008
Browse files Browse the repository at this point in the history
  • Loading branch information
dcermak committed Mar 22, 2022
1 parent 024f59f commit 77443d0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 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 @@ -31,7 +31,7 @@ filelock = "^3.4"

[tool.poetry.dev-dependencies]
black = ">=21.9b0"
mypy = ">=0.910"
mypy = "<0.940"
pylint = ">=2.10.2"
reorder-python-imports = ">=2.6.0"
pytest-cov = ">=3.0.0"
Expand Down

0 comments on commit 77443d0

Please sign in to comment.