diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1b7df14..af06e0c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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.8.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.12 hooks: - id: vulture - repo: https://gitlab.com/smop/pre-commit-hooks