diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fa3d1ed..64c11e2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ ci: repos: - repo: https://github.com/commitizen-tools/commitizen - rev: v4.13.9 + rev: v4.16.4 hooks: - id: commitizen additional_dependencies: [cz-conventional-gitmoji] @@ -44,7 +44,7 @@ repos: args: [--prose-wrap=always] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.15.9" + rev: "v0.15.20" hooks: - id: ruff-check args: ["--fix", "--show-fixes"] @@ -77,7 +77,7 @@ repos: # additional_dependencies: ["validate-pyproject-schema-store[all]"] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: "0.37.1" + rev: "0.37.4" hooks: - id: check-dependabot - id: check-github-workflows