diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6add0b1..4fea8ec 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ ci: repos: - repo: https://github.com/commitizen-tools/commitizen - rev: v4.12.1 + rev: v4.13.7 hooks: - id: commitizen stages: [commit-msg] @@ -31,7 +31,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/tox-dev/pyproject-fmt - rev: "v2.12.1" + rev: "v2.15.0" hooks: - id: pyproject-fmt - repo: https://github.com/python-poetry/poetry @@ -44,7 +44,7 @@ repos: - id: prettier args: ["--tab-width", "2"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.14 + rev: v0.15.0 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix]