Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
Lock mypy lower than 1.11.0 (#777)
Browse files Browse the repository at this point in the history
* Lock mypy lower than 1.11.0

* Update pyproject.toml

---------

Co-authored-by: Szymon Basan <[email protected]>
  • Loading branch information
jpkrajewski and sbasan authored Jul 23, 2024
1 parent 7a63874 commit 21da03f
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 @@ -29,7 +29,7 @@ pytest-mock = "^3.7.0"
pytest-subtests = "^0.11.0"
isort = "^5.10.1"
pre-commit = "^2.19.0"
mypy = "^1.0.0"
mypy = ">=1.0.0, <1.11.0"
flake8 = "^5.0.4"
Sphinx = "^5.2.3"

Expand Down

0 comments on commit 21da03f

Please sign in to comment.