Skip to content

Commit

Permalink
Bump mypy to 1.2.0
Browse files Browse the repository at this point in the history
Mypy is an important checker, nice to keep up to date, and it's only
a development-time dependency anyway.
  • Loading branch information
sybrenstuvel committed Apr 23, 2023
1 parent 29a7411 commit 5045b14
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 23 deletions.
37 changes: 15 additions & 22 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 @@ -41,7 +41,7 @@ Sphinx = "^5.0.0"
pytest = "^7.2"
pytest-cov = "^4.0"
tox = "^3.22.0"
mypy = "^0.910"
mypy = "^1.2"
flake8 = "^3.8.4"

[build-system]
Expand Down

0 comments on commit 5045b14

Please sign in to comment.