mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
221562f1a8
MozReview-Commit-ID: ChaHkeSDNY8
6 lines
196 B
INI
6 lines
196 B
INI
[flake8]
|
|
# See http://pep8.readthedocs.io/en/latest/intro.html#configuration
|
|
ignore = E121, E123, E126, E129, E133, E226, E241, E242, E704, W503, E402
|
|
max-line-length = 99
|
|
filename = *.py, +.lint
|