зеркало из https://github.com/mozilla/gecko-dev.git
6 строки
191 B
Plaintext
6 строки
191 B
Plaintext
|
[flake8]
|
||
|
# See http://pep8.readthedocs.io/en/latest/intro.html#configuration
|
||
|
ignore = E121, E123, E126, E129, E133, E226, E241, E242, E704, W503, E402, E741, F405, F403
|
||
|
max-line-length = 99
|
||
|
|