requirements/blacklist.txt
Dirk Mueller 4f54188c61 Normalize global-requirements.txt
This enforces consistent spacing in global-requirements.txt
and sorts the specifiers to be always in a specific order
(namely minimum bound first, then exceptions, then upper bound).

Add test coverage for this normalisation.

Change-Id: If41732bfe4476e422bc6b9f9f896eb978db8be84
2017-11-02 00:58:04 +00: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