diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 38d06dd0..4e208606 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ repos: - id: check-merge-conflict exclude: rst$ - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.12.0 + rev: v0.12.1 hooks: - id: ruff args: [--fix] @@ -75,7 +75,7 @@ repos: # https://pyproject-fmt.readthedocs.io/en/latest/#calculating-max-supported-python-version additional_dependencies: [tox>=4.9] - repo: https://github.com/zizmorcore/zizmor-pre-commit - rev: v1.7.0 + rev: v1.11.0 hooks: - id: zizmor ci: