Files
mongo/etc/pip/components/lint.req
Ryan Egesdahl ca4df25002 SERVER-50592 Update mypy and GitPython pip requirements
Update the mypy and GitPython pip modules that are required for linting
builds before commits to compatible versions rather than hard version
requirements.
2020-09-01 01:19:35 +00:00

11 lines
241 B
Plaintext

# Linters
# Note: These versions are checked by python modules in buildscripts/linter/
GitPython ~= 3.1.7
mypy ~= 0.580; python_version > "3.4"
pydocstyle == 2.1.1
pylint == 2.3.1
structlog ~= 19.1.0
typing
yamllint == 1.15.0
yapf == 0.26.0