diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bf1cb09..6d7aeba 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,14 +11,14 @@ repos: # Versioning: Commit messages & changelog - repo: https://github.com/commitizen-tools/commitizen - rev: v4.2.1 + rev: v4.2.2 hooks: - id: commitizen stages: [commit-msg] # Deps: ensure Python uv lockfile is up to date - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.6.0 + rev: 0.6.2 hooks: - id: uv-lock @@ -34,7 +34,7 @@ repos: # Lint / autoformat: Python code - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: "v0.9.6" + rev: "v0.9.7" hooks: # Run the linter - id: ruff