diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6a48809..00c4a04 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.0.1 + rev: v4.1.0 hooks: - id: check-yaml - id: end-of-file-fixer @@ -14,17 +14,17 @@ repos: - id: debug-statements - id: check-merge-conflict - repo: https://github.com/PyCQA/prospector - rev: 1.3.1 + rev: 1.7.6 hooks: - id: prospector # Exciting bash to support running inside docker or a local virtual env. entry: bash -c "poetry shell; python -m prospector -X . ;" - repo: https://github.com/psf/black - rev: 21.7b0 + rev: 22.1.0 hooks: - id: black - repo: https://github.com/PyCQA/isort - rev: 5.9.3 + rev: 5.10.1 hooks: - id: isort - repo: local