Skip to content

Commit 88ab83d

Browse files
RenskeWmr-c
authored andcommitted
Ignore false positives PyCQA/flake8-bugbear#269
1 parent bb41504 commit 88ab83d

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,5 +1,5 @@
11
[flake8]
2-
ignore = E124,E128,E129,E201,E202,E225,E226,E231,E265,E271,E302,E303,F401,E402,E501,W503,E731,F811,F821,F841
2+
ignore = E124,E128,E129,E201,E202,E225,E226,E231,E265,E271,E302,E303,F401,E402,E501,W503,E731,F811,F821,F841,B023
33
exclude = cwltool/schemas
44
max-line-length = 88
55
extend-ignore = E203, W503

0 commit comments

Comments
 (0)