mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-05-08 14:23:03 +00:00
Fix H236 and remove exclusion
We haven't needed this in a VERY long time. Change-Id: I35041c2c6ae421e7caaef3c04ffca92e2ff10e35
This commit is contained in:
4
tox.ini
4
tox.ini
@@ -49,9 +49,9 @@ commands = {posargs}
|
||||
# Also, both openstacksdk and Donald Knuth disagree with the rule. Line
|
||||
# breaks should occur before the binary operator for readability.
|
||||
# H4 are rules for docstrings. Maybe we should clean them?
|
||||
# E501,E402,H301,H236 are ignored so we can import the existing
|
||||
# E501,E402,H301 are ignored so we can import the existing
|
||||
# modules unchanged and then clean them in subsequent patches.
|
||||
ignore = W503,H4,E501,E402,H301,H236
|
||||
ignore = W503,H4,E501,E402,H301
|
||||
show-source = True
|
||||
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build,ansible_collections
|
||||
|
||||
|
||||
Reference in New Issue
Block a user