|
@ -7,4 +7,5 @@ select = C,E,F,W,B,B9 |
|
|
# E203: whitespace before ':' (black behaviour) |
|
|
# E203: whitespace before ':' (black behaviour) |
|
|
# E501: flake8 line length (covered by bugbear B950) |
|
|
# E501: flake8 line length (covered by bugbear B950) |
|
|
# W503: line break before binary operator (black behaviour) |
|
|
# W503: line break before binary operator (black behaviour) |
|
|
ignore = E203,E501,W503 |
|
|
|
|
|
|
|
|
# C901: Function is too complex |
|
|
|
|
|
ignore = E203,E501,W503,C901 |