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

Lock mypy lower than 1.11.0 #777

Merged
merged 2 commits into from
Jul 23, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.11.0"
sbasan marked this conversation as resolved.
Show resolved Hide resolved
flake8 = "^5.0.4"
Sphinx = "^5.2.3"

Expand Down