Skip to content

Commit

Permalink
Use latest mypy (#181)
Browse files Browse the repository at this point in the history
* Use latest mypy

* recover needed library

* add back dependencies
  • Loading branch information
chadell authored Oct 24, 2022
1 parent 998fcf7 commit 5689f77
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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 @@ -45,7 +45,7 @@ yamllint = "^1.20.0"
bandit = "^1.6.2"
invoke = "^1.4.1"
flake8 = "^4.0.0"
mypy = "^0.961"
mypy = "^0.982"
# Dependencies for mypy to correctly analyze code using these libraries
types-python-dateutil = "^2.8.3"
types-pytz = "^2022.0.0"
Expand Down

0 comments on commit 5689f77

Please sign in to comment.