mirror of
https://github.com/servo/servo.git
synced 2025-06-08 08:33:26 +00:00
Auto merge of #11073 - autrilla:tox, r=Ms2ger
Added tox.ini 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. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11073) <!-- Reviewable:end -->
This commit is contained in:
commit
c3323f3c70
1 changed files with 3 additions and 0 deletions
3
python/tox.ini
Normal file
3
python/tox.ini
Normal file
|
@ -0,0 +1,3 @@
|
|||
[flake8]
|
||||
filename = *.py
|
||||
max-line-length = 120
|
Loading…
Add table
Add a link
Reference in a new issue