summaryrefslogtreecommitdiff
path: root/etc/pip/components/lint.req
blob: 23457265ec11c2fa5da5ede0266f086a79fc66fe (plain)
1
2
3
4
5
6
7
8
9
10
11
# Linters
# Note: These versions are checked by python modules in buildscripts/linter/
GitPython ~= 3.1.7
mypy < 0.900; python_version > "3.5"
pydocstyle == 2.1.1
pylint == 2.3.1
structlog ~= 19.2.0
typing <= 3.7.4.3
yamllint == 1.15.0
yapf == 0.26.0
types-setuptools == 57.4.12