mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-05-08 06:13:13 +00:00
Fix F841 and remove exclusion
Change-Id: I92802ced580d42781cfd875389daa232aa8a64a5
This commit is contained in:
2
tox.ini
2
tox.ini
@@ -51,7 +51,7 @@ commands = {posargs}
|
||||
# H4 are rules for docstrings. Maybe we should clean them?
|
||||
# E501,E402,H301,H236,F401,E128 are ignored so we can import the existing
|
||||
# modules unchanged and then clean them in subsequent patches.
|
||||
ignore = W503,H4,E501,E402,H301,H236,F401,E128,W504,F841,F403,F405
|
||||
ignore = W503,H4,E501,E402,H301,H236,F401,E128,W504,F403,F405
|
||||
show-source = True
|
||||
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build,ansible_collections
|
||||
|
||||
|
||||
Reference in New Issue
Block a user