diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 018a56f7..5c04fc56 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -59,7 +59,7 @@ repos: - id: actionlint additional_dependencies: [pyflakes, shellcheck-py] - repo: https://github.com/commitizen-tools/commitizen - rev: e5c25c3d6d68edd767ae513d48c55f63d21b4b9e # frozen: v4.15.1 + rev: 0fedbbe40de438359fdf74bb0ef645ed23063999 # frozen: v4.16.2 hooks: - id: commitizen stages: [commit-msg] @@ -139,7 +139,7 @@ repos: files: ^(.*/)?(poetry\.lock|pyproject\.toml)$ args: [--strict] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 6fec9b7edb08fd9989088709d864a7826dc74e80 # frozen: v0.15.12 + rev: 0c7b6c989466a93942def1f84baf36ddfcd60c83 # frozen: v0.15.14 hooks: - id: ruff-check args: [--fix, --exit-non-zero-on-fix]