diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 64b860a..ba0ee75 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ ci: repos: - repo: https://github.com/commitizen-tools/commitizen - rev: v4.8.4 + rev: v4.12.0 hooks: - id: commitizen stages: [commit-msg] @@ -26,7 +26,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/python-poetry/poetry - rev: 2.1.3 + rev: 2.3.0 hooks: - id: poetry-check - repo: https://github.com/pre-commit/mirrors-prettier @@ -35,7 +35,7 @@ repos: - id: prettier args: ["--tab-width", "2"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.12.12 + rev: v0.14.13 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix]