diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6c39f44..ad32558 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.1.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 @@ -71,13 +71,13 @@ repos: - id: detect-private-key - repo: https://github.com/python-poetry/poetry - rev: "1.8.0" + rev: "2.0.1" hooks: - id: poetry-check - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.5.7 + rev: v0.9.4 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: v4.1.1 hooks: - id: commitizen stages: [commit-msg]