diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8824697..9bd24a1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,10 +1,10 @@ repos: - repo: https://github.com/psf/black - rev: '21.6b0' + rev: '21.7b0' hooks: - id: black - repo: https://github.com/PyCQA/isort - rev: '5.9.1' # Use the revision sha / tag you want to point at + rev: '5.9.3' # Use the revision sha / tag you want to point at hooks: - id: isort - 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: 'v2.9.3' + rev: 'v2.9.5' hooks: - id: pylint name: pylint