Skip to content

Commit 552bf31

Browse files
committed
test(mypy): enable redundant-self and truthy-iterable error codes
1 parent 13488c6 commit 552bf31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ markers =
88
python_version = 3.6
99
mypy_path = $MYPY_CONFIG_FILE_DIR/t
1010
show_error_codes = true
11-
enable_error_code = ignore-without-code
11+
enable_error_code = ignore-without-code,redundant-self,truthy-iterable

0 commit comments

Comments
 (0)