mirror of
https://github.com/warp-tech/warpgate.git
synced 2024-11-10 09:12:56 +08:00
8 lines
286 B
Text
8 lines
286 B
Text
|
[flake8]
|
||
|
ignore=E501,D103,C901,D203,W504,S607,S603,S404,S606,S322,S410,S320,B010
|
||
|
exclude = .git,__pycache__,help,static,misc,locale,templates,tests,deployment,migrations,elements/ai/scripts
|
||
|
max-complexity = 40
|
||
|
builtins = _
|
||
|
per-file-ignores = scripts/*:T001,E402
|
||
|
select = C,E,F,W,B,B902
|