diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c2418b5..f7c932c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,7 +21,7 @@ repos: # Ruff - for linting and formatting - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.15.6 + rev: v0.15.13 hooks: # Run the linter. - id: ruff-check @@ -49,7 +49,7 @@ repos: # To install these hooks, you also need to run # >>> pre-commit install --hook-type pre-commit --hook-type commit-msg --hook-type pre-push - repo: https://github.com/commitizen-tools/commitizen - rev: v4.13.9 + rev: v4.16.2 hooks: - id: commitizen stages: [commit-msg]