Skip to content

Commit 9ed6202

Browse files
committed
Don't warn about unused ignores
Pylance also uses type ignores, mypy should not complain
1 parent 1ead4f5 commit 9ed6202

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ ignore = "W503"
128128
files = "dfetch"
129129
ignore_missing_imports = true
130130
strict = true
131+
warn_unused_ignores = false
131132

132133
[tool.doc8]
133134
ignore-path = "doc/_build,doc/static/uml/styles/plantuml-c4"

0 commit comments

Comments
 (0)