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 1d90f92 commit 75096faCopy full SHA for 75096fa
pyproject.toml
@@ -4,7 +4,7 @@ pretty = true
4
strict = true
5
6
# Extra checks that aren't included in --strict
7
-enable_error_code = "ignore-without-code"
+enable_error_code = "ignore-without-code,redundant-expr,truthy-iterable"
8
extra_checks = true
9
warn_unreachable = true
10
0 commit comments