Merge "flake8 to ignore releasenotes directory"
This commit is contained in:
commit
96f109e09a
2
tox.ini
2
tox.ini
@ -75,7 +75,7 @@ show-source = True
|
||||
ignore = F821,H301,H404,H405,H501
|
||||
enable-extensions = H203,H106
|
||||
builtins = _
|
||||
exclude=.venv,.tox,.git,dist,doc,*egg,tools,etc,build,*.po,*.pot,integration
|
||||
exclude=.venv,.tox,.git,dist,doc,*egg,tools,etc,build,*.po,*.pot,integration,releasenotes
|
||||
filename=*.py,trove-*
|
||||
|
||||
[testenv:api-ref]
|
||||
|
Loading…
x
Reference in New Issue
Block a user