4f54188c61
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
14 lines
193 B
Plaintext
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
|