Merge "Delete deprecated Hacking in tox.ini"
This commit is contained in:
commit
c98c3d8397
3
tox.ini
3
tox.ini
@ -28,8 +28,7 @@ commands = python setup.py testr --coverage --testr-args='{posargs}'
|
||||
[flake8]
|
||||
show-source = True
|
||||
max-line-length = 120
|
||||
# H302 Do not import objects, only modules
|
||||
# H803 git commit title should not end with period
|
||||
ignore = H302,H803
|
||||
ignore = H803
|
||||
builtins = _
|
||||
exclude=.venv,.git,.tox,dist,client_api_example.py,*lib/python*,*egg,build
|
||||
|
Loading…
Reference in New Issue
Block a user