mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-11 07:14:18 +00:00
Make flake8 pass in root directory
Add exclude list to tox.ini
This commit is contained in:
parent
832ecb63aa
commit
dc5ffac75c
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