diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 52e4ffd..bcab2de 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ repos: stages: - commit-msg repo: https://github.com/commitizen-tools/commitizen - rev: v4.2.1 + rev: v4.11.1 - hooks: - id: check-useless-excludes repo: meta @@ -52,10 +52,10 @@ repos: - id: check-byte-order-marker - id: check-docstring-first repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.9.6 + rev: v0.14.10 hooks: # Run the linter. - id: ruff @@ -65,7 +65,7 @@ repos: - id: ruff-format - repo: https://github.com/scop/pre-commit-shfmt - rev: v3.10.0-2 + rev: v3.12.0-2 hooks: # Choose one of: - id: shfmt # native (requires/installs Go to build) @@ -80,7 +80,7 @@ repos: - hooks: - id: blacken-docs repo: https://github.com/asottile/blacken-docs - rev: 1.19.1 + rev: 1.20.0 # - repo: https://github.com/asottile/pyupgrade # rev: v2.38.0