* Upgrade flake8 to 3.9.0 https://flake8.pycqa.org/en/latest/release-notes/3.9.0.html * Upgrade pydocstyle to 6.0.0 https://www.pydocstyle.org/en/latest/release_notes.html#september-13th-2020 https://www.pydocstyle.org/en/latest/release_notes.html#march-18th-2021 * Upgrade flake8-docstrings to 1.6.0, enable flake8-noqa https://gitlab.com/pycqa/flake8-docstrings/-/blob/1.6.0/HISTORY.rst https://github.com/plinss/flake8-noqa/issues/1 * Upgrade/pin pyflakes to 2.3.1 https://github.com/PyCQA/pyflakes/blob/2.3.1/NEWS.rst * Pin pycodestyle to 2.7.0
15 lines
329 B
Text
15 lines
329 B
Text
# Automatically generated from .pre-commit-config.yaml by gen_requirements_all.py, do not edit
|
|
|
|
bandit==1.7.0
|
|
black==20.8b1
|
|
codespell==2.0.0
|
|
flake8-comprehensions==3.4.0
|
|
flake8-docstrings==1.6.0
|
|
flake8-noqa==1.1.0
|
|
flake8==3.9.0
|
|
isort==5.7.0
|
|
pycodestyle==2.7.0
|
|
pydocstyle==6.0.0
|
|
pyflakes==2.3.1
|
|
pyupgrade==2.11.0
|
|
yamllint==1.24.2
|