ci: update .flake8

This commit is contained in:
Andrew
2022-07-28 16:34:46 -05:00
parent c2a8218446
commit e140fce45f

View File

@@ -1,5 +1,7 @@
[flake8] [flake8]
select = B,B9,C,D,DAR,E,F,N,RST,S,W # Eventually would add D and DAR
select = B,B9,C,E,F,N,RST,S,W
ignore = E203,E501,RST201,RST203,RST301,W503,B902,N805,DAR402 ignore = E203,E501,RST201,RST203,RST301,W503,B902,N805,DAR402
max-line-length = 119 max-line-length = 119
max-complexity = 10 max-complexity = 10