mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-10 14:54:17 +00:00
Exclude more directories
This commit is contained in:
parent
55cc996368
commit
e2b8fbd3a7
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -106,5 +106,5 @@ ignore = D203
|
||||||
# NOTE(sigmavirus24): Once we release 3.0.0 this exclude option can be specified
|
# NOTE(sigmavirus24): Once we release 3.0.0 this exclude option can be specified
|
||||||
# across multiple lines. Presently it cannot be specified across multiple lines.
|
# across multiple lines. Presently it cannot be specified across multiple lines.
|
||||||
# :-(
|
# :-(
|
||||||
exclude = .git,__pycache__,docs/source/conf.py
|
exclude = .git,__pycache__,docs/source/conf.py,old,build,dist
|
||||||
max-complexity = 10
|
max-complexity = 10
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue