mirror of
https://github.com/quantum5/nginx-krbauth.git
synced 2025-04-24 12:32:03 -04:00
Fix flake8 config
This commit is contained in:
parent
43a7bb694f
commit
3d755031e4
6
.flake8
6
.flake8
|
@ -3,5 +3,7 @@ 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
|
||||
# line break occurred after a binary operator
|
||||
W504,
|
||||
# missing trailing comma in Python 2 only
|
||||
C814
|
||||
|
|
Loading…
Reference in a new issue