diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e07f155d..036516b5 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.17.0 + rev: v4.18.0 hooks: - id: commitizen stages: [commit-msg] @@ -28,7 +28,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.16.1 + rev: v0.16.4 hooks: - id: ruff args: [--fix]