diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 679f358..f5c1493 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,7 +22,7 @@ repos: # autoformat and lint Python code - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.11.8 + rev: v0.11.12 hooks: - id: ruff args: ["--select=I", "--fix", "--show-fixes"] @@ -31,6 +31,6 @@ repos: # Static security analysis of GitHub actions https://github.com/woodruffw/zizmor # Additional config is in .github/zizmor.yml - repo: https://github.com/woodruffw/zizmor-pre-commit - rev: v1.6.0 + rev: v1.9.0 hooks: - id: zizmor