mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-01 11:26:54 +00:00
Exclude our fixtures from Flake8
This commit is contained in:
parent
ba7f4db7e9
commit
2e5c646d74
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -119,5 +119,5 @@ ignore = D203
|
|||
# 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.
|
||||
# :-(
|
||||
exclude = .git,__pycache__,docs/source/conf.py,old,build,dist
|
||||
exclude = .git,__pycache__,docs/source/conf.py,old,build,dist,tests/fixtures/
|
||||
max-complexity = 10
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue