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.
redundant-self
truthy-iterable
1 parent 13488c6 commit 552bf31Copy full SHA for 552bf31
test/setup.cfg
@@ -8,4 +8,4 @@ markers =
8
python_version = 3.6
9
mypy_path = $MYPY_CONFIG_FILE_DIR/t
10
show_error_codes = true
11
-enable_error_code = ignore-without-code
+enable_error_code = ignore-without-code,redundant-self,truthy-iterable
0 commit comments