diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6a48809..1841bca 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: v5.0.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: v1.12.1 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: 24.10.0 hooks: - id: black - repo: https://github.com/PyCQA/isort - rev: 5.9.3 + rev: 5.13.2 hooks: - id: isort - repo: local