server-env/.flake8

6 lines
110 B
INI

[flake8]
max-line-length = 80
max-complexity = 16
# B = bugbear
# B9 = bugbear opinionated (incl line length)