Run flake8 on bin/ files

Change-Id: I58d4b5a00e97785584c6d3bd8b06243f481c1934
This commit is contained in:
Tim Burke
2021年02月01日 13:26:53 -08:00
parent 9e14a778cd
commit 1f9b879547

View File

@@ -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
openstack/swift
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.

The note is not visible to the blocked user.