nginx-krbauth/.flake8

10 lines
206 B
Plaintext
Raw Normal View History

2020-02-20 03:15:32 -05:00
[flake8]
max-line-length = 120
import-order-style = pycharm
enable-extensions = G
ignore =
2024-10-08 00:28:59 -04:00
# line break occurred after a binary operator
W504,
# missing trailing comma in Python 2 only
C814