зеркало из https://github.com/mozilla/taar.git
added flake8 configuration for consistent syntax checking across local and travis builds
This commit is contained in:
Родитель
f33c0c88d3
Коммит
2976fec18e
|
@ -0,0 +1,5 @@
|
|||
[flake8]
|
||||
ignore = W503,W504
|
||||
exclude = .git,__pycache__
|
||||
max-complexity = 10
|
||||
max-line-length = 120
|
Загрузка…
Ссылка в новой задаче