diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 14455bb..885c354 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,20 +1,20 @@ repos: # Versioning: Commit messages & changelog - repo: https://github.com/commitizen-tools/commitizen - rev: v4.8.3 + rev: v4.10.0 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.7.19 + rev: 0.9.16 hooks: - id: uv-lock # Autoformat: general file fixes / time savers - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: trailing-whitespace - id: check-added-large-files @@ -24,7 +24,7 @@ repos: # Lint / autoformat: Python code - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: "v0.12.2" + rev: "v0.14.8" hooks: # Run the linter - id: ruff @@ -42,7 +42,7 @@ repos: # Lint: Markdown - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.45.0 + rev: v0.46.0 hooks: - id: markdownlint args: [--fix, --ignore, CHANGELOG.md, --ignore, LICENSE.md]