diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 15d6693..a724e36 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,7 +23,7 @@ repos: hooks: - id: vulture - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace @@ -32,7 +32,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: 25.1.0 + rev: 26.1.0 hooks: - id: black args: [ --line-length=120 ]