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.
1 parent 4b8adbb commit 1fea8b3Copy full SHA for 1fea8b3
setup.cfg
@@ -1,5 +1,5 @@
1
[flake8]
2
-ignore = E124,E128,E129,E201,E202,E225,E226,E231,E265,E271,E302,E303,F401,E402,E501,W503,E731,F811,F821,F841
+ignore = E124,E128,E129,E201,E202,E225,E226,E231,E265,E271,E302,E303,F401,E402,E501,W503,E731,F811,F821,F841,B023
3
exclude = cwltool/schemas
4
max-line-length = 88
5
extend-ignore = E203, W503
0 commit comments