requirements/blacklist.txt
Dirk Mueller 7f98be6ded Move bandit into the linters blacklist
It is similar to flake8 a generic static code linter
and not necessary for building a binary distribution
of OpenStack, so enforcing a g-r consistent version
seems to be slightly over the top

Change-Id: I3907050a3aaab9d32f9b71c14c47212ba793b58d
2017-10-24 18:05:52 +02:00

14 lines
193 B
Plaintext

# linters - each project may have a different version with loose convergence
# over time.
astroid
bandit
flake8
flake8_docstrings
flake8-import-order
hacking
mccabe
pep257
pep8
pyflakes
pylint