This commit is contained in:
Denis Leemann 2021-08-12 16:49:31 +02:00
parent cd3ff8a3ed
commit e9f065cd1c
1 changed files with 0 additions and 5 deletions

View File

@ -3,8 +3,3 @@ max-line-length = 80
max-complexity = 16
# B = bugbear
# B9 = bugbear opinionated (incl line length)
select = C,E,F,W,B,B9
# E203: whitespace before ':' (black behaviour)
# E501: flake8 line length (covered by bugbear B950)
# W503: line break before binary operator (black behaviour)
ignore = E203,E501,W503