Merge pull request #989 from rjeffman/pre_commit_update

pre-commit: Fix pycqa pre-commit repos.
This commit is contained in:
Thomas Woerner
2022-11-30 09:33:09 +01:00
committed by GitHub

View File

@@ -15,11 +15,11 @@ repos:
hooks:
- id: yamllint
files: \.(yaml|yml)$
- repo: https://gitlab.com/pycqa/flake8
- repo: https://github.com/pycqa/flake8
rev: 3.9.2
hooks:
- id: flake8
- repo: https://gitlab.com/pycqa/pydocstyle
- repo: https://github.com/pycqa/pydocstyle
rev: 6.1.1
hooks:
- id: pydocstyle