[flake8]
max-line-length = 100
select = B,C,E,F,W,T4
exclude = cwltool/schemas
extend-ignore = E203,E501,E704,B905,W503
# when Python 3.10 is the minimum version, re-enable check B905 for zip + strict
extend-select = B9
