Skip to content

Commit 6e42b7c

Browse files
committed
extend rather than ignore
1 parent 6dd028f commit 6e42b7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.flake8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ exclude =
1010
max-line-length = 115
1111
# Ignore some style 'errors' produced while formatting by 'black' (see link below)
1212
# https://black.readthedocs.io/en/stable/guides/using_black_with_other_tools.html#labels-why-pycodestyle-warnings
13-
ignore = E203, E701
13+
extend-ignore = E203

0 commit comments

Comments
 (0)