mirror of
https://github.com/quantum5/nginx-krbauth.git
synced 2025-04-24 04:21:57 -04:00
10 lines
206 B
INI
10 lines
206 B
INI
[flake8]
|
|
max-line-length = 120
|
|
import-order-style = pycharm
|
|
enable-extensions = G
|
|
ignore =
|
|
# line break occurred after a binary operator
|
|
W504,
|
|
# missing trailing comma in Python 2 only
|
|
C814
|