Skip to content

Commit

Permalink
Change: Loosen the requirments on a specific mypy version
Browse files Browse the repository at this point in the history
Allow installing all mypy versions between 0.910 and 1.0.
  • Loading branch information
bjoernricks committed Jan 25, 2023
1 parent 6c9310b commit f898508
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 45 deletions.
85 changes: 41 additions & 44 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 @@ -36,7 +36,7 @@ packages = [
[tool.poetry.dependencies]
python = "^3.7.0"
autohooks = ">=21.7.0"
mypy = "^0.910"
mypy = ">=0.910,<1.0"

[tool.poetry.dev-dependencies]
autohooks-plugin-black = ">=21.7.1"
Expand Down

0 comments on commit f898508

Please sign in to comment.