diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1b7df14..a1d6b7b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -33,7 +33,7 @@ repos: stages: - pre-push - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace @@ -42,7 +42,7 @@ repos: - id: check-merge-conflict # - id: no-commit-to-branch # To be included when other contributions join the project - repo: https://github.com/psf/black-pre-commit-mirror - rev: 24.4.2 + rev: 24.10.0 hooks: - id: black args: [ --line-length=120 ] @@ -69,7 +69,7 @@ repos: stages: - pre-push - repo: https://github.com/jendrikseipp/vulture - rev: v2.11 + rev: v2.14 hooks: - id: vulture - repo: https://gitlab.com/smop/pre-commit-hooks