Skip to content

Commit ef5cdfa

Browse files
tonytwmr
authored andcommitted
ci(mypy): warn_unused_ignores = True
We hit the issue at python/mypy#8823 with the Python 3.10 check for MockAwareDocTestFinder on mypy 0.971 (compiled: yes)
1 parent d886ee4 commit ef5cdfa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ profile = "black"
5353

5454
[tool.mypy]
5555
strict = true
56+
warn_unused_ignores = false # mypy#8823
5657

5758
[build-system]
5859
requires = ["setuptools"]

0 commit comments

Comments
 (0)