Skip to content

Commit f50f4ff

Browse files
authored
Remove unused ignore (#2087)
1 parent 1b21488 commit f50f4ff

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

setup.cfg

-3
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,6 @@ enable_error_code =
145145
possibly-undefined,
146146
redundant-self,
147147

148-
# We run mypy on all python versions, but only 3.10+ supports pattern matching:
149-
exclude = .*test_.*pattern_matching
150-
151148
disable_error_code = empty-body, no-untyped-def
152149

153150
# We cannot work without explicit `Any` types and plain generics:

0 commit comments

Comments
 (0)