Skip to content

Commit

Permalink
chore(mypy): bump mypy version (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
Secrus committed Nov 13, 2022
1 parent 7af3362 commit d338ef7
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 28 deletions.
59 changes: 33 additions & 26 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ pytest-mock = "^3.8.2"
pre-commit = "^2.20.0"
pytest-cov = "^3.0.0"
tox = "^3.25.1"
mypy = "^0.982"
mypy = "^0.990"

[tool.poetry.group.doc.dependencies]
Sphinx = "^5.2.3"
Expand Down Expand Up @@ -69,7 +69,6 @@ all = true
[tool.mypy]
strict = true
files = ["src", "tests"]
show_error_codes = true
pretty = true

[tool.coverage.report]
Expand Down

0 comments on commit d338ef7

Please sign in to comment.