Merge "Run flake8 against scripts in bin"
This commit is contained in:
commit
a67a029f98
1
tox.ini
1
tox.ini
@ -100,6 +100,7 @@ commands = bandit -c bandit.yaml -r swift bin -n 5 -p gate
|
||||
# H501: Do not use self.__dict__ for string formatting
|
||||
ignore = F812,H101,H202,H233,H301,H306,H401,H403,H404,H405,H501
|
||||
exclude = .venv,.tox,dist,*egg
|
||||
filename = *.py,bin/*
|
||||
show-source = True
|
||||
|
||||
[testenv:bindep]
|
||||
|
Loading…
x
Reference in New Issue
Block a user