Skip to content

Commit

Permalink
ci(mypy): warn_unused_ignores = True
Browse files Browse the repository at this point in the history
We hit the issue at python/mypy#8823
with the Python 3.10 check for MockAwareDocTestFinder on mypy
0.971 (compiled: yes)
  • Loading branch information
tony authored and twmr committed Sep 8, 2022
1 parent d886ee4 commit ef5cdfa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ profile = "black"

[tool.mypy]
strict = true
warn_unused_ignores = false # mypy#8823

[build-system]
requires = ["setuptools"]
Expand Down

0 comments on commit ef5cdfa

Please sign in to comment.