Skip to content

Commit

Permalink
Bump mypy version now that python/mypy#12008 is resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
dcermak committed Apr 4, 2022
1 parent ce16a52 commit f2d5702
Showing 1 changed file with 1 addition and 1 deletion.
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.940"
mypy = ">=0.942"
pylint = ">=2.10.2"
reorder-python-imports = ">=2.6.0"
pytest-cov = ">=3.0.0"
Expand Down

0 comments on commit f2d5702

Please sign in to comment.