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 c146aad commit a1a4e03Copy full SHA for a1a4e03
.flake8
@@ -1,8 +1,7 @@
1
[flake8]
2
-ignore = E203,W503
3
max-line-length = 100
4
select = B,C,E,F,W,T4
5
exclude = cwltool/schemas
6
-extend-ignore = E501,B905
+extend-ignore = E203,E501,E704,B905,W503
7
# when Python 3.10 is the minimum version, re-enable check B905 for zip + strict
8
extend-select = B9
0 commit comments