diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fe8d2f57..b876e5ef 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -79,7 +79,7 @@ repos: # Versioning: Commit messages & changelog - repo: https://github.com/commitizen-tools/commitizen - rev: v3.30.0 + rev: v3.30.1 hooks: - id: commitizen stages: [commit-msg] @@ -87,7 +87,7 @@ repos: # Lint / autoformat: Python code - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: "v0.7.2" + rev: "v0.7.3" hooks: # Run the linter - id: ruff