c813397b6f
We dropped various linters in https://review.openstack.org/#/c/473094/. This is a follow-up patch on this. astroid is only used by pylint and both versions are tightly coupled. If we force astroid===1.3.8, we cannot install newer pylint like 1.7.1. It looks good to consider astroid as a linter. Change-Id: Ib2e78f6a22b7d90a3304b13228c16d76982fbbef
13 lines
186 B
Plaintext
13 lines
186 B
Plaintext
# linters - each project may have a different version with loose convergence
|
|
# over time.
|
|
astroid
|
|
flake8
|
|
flake8_docstrings
|
|
flake8-import-order
|
|
hacking
|
|
mccabe
|
|
pep257
|
|
pep8
|
|
pyflakes
|
|
pylint
|