diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 26d8c6dd8..f293ae6eb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -35,11 +35,12 @@ repos: exclude: pixi\.lock$ - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.16.4" + rev: "v0.16.7" hooks: - id: ruff-check args: ["--fix", "--show-fixes"] - id: ruff-format + exclude: \.md$ - repo: https://github.com/pre-commit/mirrors-mypy rev: v2.3.1 @@ -82,7 +83,7 @@ repos: - black==22.12.0 - repo: https://github.com/zizmorcore/zizmor-pre-commit - rev: v1.29.0 + rev: v1.30.1 hooks: - id: zizmor