1
0
Fork 0
mirror of https://github.com/quantum5/nginx-krbauth.git synced 2025-04-24 20:41:57 -04:00
nginx-krbauth/.flake8
2020-02-20 08:15:32 +00:00

8 lines
199 B
INI

[flake8]
max-line-length = 120
import-order-style = pycharm
enable-extensions = G
ignore =
W504, # line break occurred after a binary operator
C814 # missing trailing comma in Python 2 only