diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2ed0af1..52a2105 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/psf/black - rev: '21.5b1' + rev: '21.6b0' hooks: - id: black - repo: https://github.com/PyCQA/isort @@ -8,7 +8,7 @@ repos: hooks: - id: isort - repo: https://github.com/pre-commit/pre-commit-hooks - rev: 'v3.4.0' + rev: 'v4.0.1' hooks: - id: check-added-large-files - repo: https://github.com/asottile/setup-cfg-fmt @@ -16,13 +16,13 @@ repos: hooks: - id: setup-cfg-fmt - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.4.0 # Use the ref you want to point at + rev: v4.0.1 # Use the ref you want to point at hooks: - id: trailing-whitespace - id: check-yaml exclude: docs/mkdocs.yml - repo: https://github.com/PyCQA/pylint - rev: 'v2.8.2' + rev: 'v2.8.3' hooks: - id: pylint name: pylint @@ -30,7 +30,7 @@ repos: pass_filenames: false always_run: true - repo: https://github.com/PyCQA/pydocstyle - rev: '6.0.0' + rev: '6.1.1' hooks: - id: pydocstyle name: pydocstyle