diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ceb0077..7daaa83 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,11 +1,11 @@ repos: - repo: https://github.com/zizmorcore/zizmor-pre-commit - rev: v1.25.2 + rev: v1.26.1 hooks: - id: zizmor # This should be before any formatting hooks like isort - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.15.15" + rev: "v0.15.20" hooks: - id: ruff args: ["--fix"] @@ -16,7 +16,7 @@ repos: types: [python] exclude: *exclude_dirs - repo: https://github.com/PyCQA/isort - rev: 8.0.1 + rev: 9.0.0a3 hooks: - id: isort types: [python]