mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
958af4447e
MozReview-Commit-ID: 9vC6lI2j5nS --HG-- rename : tools/lint/flake8.lint.py => tools/lint/flake8_/__init__.py rename : tools/lint/flake8/flake8_requirements.txt => tools/lint/flake8_/flake8_requirements.txt extra : rebase_source : 1cc39782391fa15100bf0765c28f21eb11b115e4
5 lines
172 B
INI
5 lines
172 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
|