diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6c39f44..6853df7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ default_stages: repos: - repo: https://github.com/pre-commit/pre-commit - rev: v3.8.0 + rev: v4.0.0 hooks: - id: validate_manifest @@ -17,7 +17,7 @@ repos: - id: check-useless-excludes - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: # endings - id: end-of-file-fixer @@ -77,7 +77,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.5.7 + rev: v0.6.9 hooks: - id: ruff types_or: [python, pyi, jupyter] @@ -86,7 +86,7 @@ repos: types_or: [python, pyi, jupyter] - repo: https://github.com/commitizen-tools/commitizen - rev: v3.29.0 + rev: v3.29.1 hooks: - id: commitizen stages: [commit-msg]