diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e370b56..b2b94b0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,10 +1,10 @@ repos: - repo: https://github.com/psf/black - rev: '20.8b1' + rev: '21.4b2' hooks: - id: black - repo: https://github.com/PyCQA/isort - rev: '5.7.0' # Use the revision sha / tag you want to point at + rev: '5.8.0' # Use the revision sha / tag you want to point at hooks: - id: isort - repo: https://github.com/pre-commit/pre-commit-hooks @@ -12,7 +12,7 @@ repos: hooks: - id: check-added-large-files - repo: https://github.com/asottile/setup-cfg-fmt - rev: 'v1.16.0' + rev: 'v1.17.0' hooks: - id: setup-cfg-fmt - repo: https://github.com/pre-commit/pre-commit-hooks @@ -22,7 +22,7 @@ repos: - id: check-yaml exclude: docs/mkdocs.yml - repo: https://github.com/PyCQA/pylint - rev: 'pylint-2.6.0' + rev: 'v2.8.2' hooks: - id: pylint name: pylint @@ -30,7 +30,7 @@ repos: pass_filenames: false always_run: true - repo: https://github.com/PyCQA/pydocstyle - rev: '5.1.1' + rev: '6.0.0' hooks: - id: pydocstyle name: pydocstyle