diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9f83c01..13d81df 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ ci: autoupdate_schedule: 'monthly' repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.20 + rev: v0.16.1 hooks: - id: ruff-format args: ["--config", "pyproject.toml"] @@ -22,6 +22,6 @@ repos: - id: shellcheck args: ["--rcfile", ".shellcheckrc"] - repo: https://github.com/zizmorcore/zizmor-pre-commit - rev: v1.26.1 + rev: v1.29.0 hooks: - id: zizmor