We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b21488 commit f50f4ffCopy full SHA for f50f4ff
setup.cfg
@@ -145,9 +145,6 @@ enable_error_code =
145
possibly-undefined,
146
redundant-self,
147
148
-# We run mypy on all python versions, but only 3.10+ supports pattern matching:
149
-exclude = .*test_.*pattern_matching
150
-
151
disable_error_code = empty-body, no-untyped-def
152
153
# We cannot work without explicit `Any` types and plain generics:
0 commit comments