Skip to content

Commit f5f074c

Browse files
authored
Merge pull request #271 from cherti/patch-1
Ignore D401-type-complaints of flake8
2 parents 1e2e204 + f6dc586 commit f5f074c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[flake8]
2-
ignore = D211,E731,F821
2+
ignore = D211,E731,F821,D401

0 commit comments

Comments
 (0)