Run flake8 on bin/ files
Change-Id: I58d4b5a00e97785584c6d3bd8b06243f481c1934
This commit is contained in:
6 changed files with 7 additions and 2 deletions
2
tox.ini
2
tox.ini
@@ -39,7 +39,7 @@ setenv = VIRTUAL_ENV={envdir}
[testenv:pep8]
commands =
flake8 {posargs:swift test doc setup.py}
flake8 --filename=swift* bin
flake8 --filename=bin/swift* bin
python ./setup.py check --restructuredtext --strict
bandit -c bandit.yaml -r swift -n 5
./.manpages {posargs}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.