mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-10 14:54:17 +00:00
Merge branch 'ignore' into 'master'
make flake8 pass in dirty flake8 root directory See merge request !6
This commit is contained in:
commit
26f909b282
1 changed files with 1 additions and 0 deletions
1
tox.ini
1
tox.ini
|
|
@ -13,3 +13,4 @@ commands =
|
||||||
[flake8]
|
[flake8]
|
||||||
select = E,F,W
|
select = E,F,W
|
||||||
max_line_length = 79
|
max_line_length = 79
|
||||||
|
exclude = .git,.tox,dist,docs,*egg
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue