Skip to content

Commit a1a4e03

Browse files
committed
update flake8 settings to match black 2024
1 parent c146aad commit a1a4e03

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.flake8

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
[flake8]
2-
ignore = E203,W503
32
max-line-length = 100
43
select = B,C,E,F,W,T4
54
exclude = cwltool/schemas
6-
extend-ignore = E501,B905
5+
extend-ignore = E203,E501,E704,B905,W503
76
# when Python 3.10 is the minimum version, re-enable check B905 for zip + strict
87
extend-select = B9

0 commit comments

Comments
 (0)