mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
dab36bd33c
The default maximum line length Python linters use is 79, so a bunch of editor plugins complain about line lengths, unless you have a tox.ini telling the linter to ignore line lengths (E501) explicitly. Source-Repo: https://github.com/servo/servo Source-Revision: c3323f3c70ab53e5fe2f9aae7ba26b1a21cd622a
4 lines
47 B
INI
4 lines
47 B
INI
[flake8]
|
|
filename = *.py
|
|
max-line-length = 120
|