diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6f96722..d68defe 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,15 +15,15 @@ repos: - id: codespell additional_dependencies: ["tomli>=2.4"] - repo: https://github.com/tox-dev/tox-toml-fmt - rev: "v1.9.3" + rev: "v1.10.0" hooks: - id: tox-toml-fmt - repo: https://github.com/tox-dev/pyproject-fmt - rev: "v2.28.1" + rev: "v2.29.0" hooks: - id: pyproject-fmt - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.16.4" + rev: "v0.16.5" hooks: - id: ruff-format - id: ruff @@ -43,7 +43,7 @@ repos: - mdformat-gfm>=1 - mdformat-ruff>=0.1.3 - repo: https://github.com/zizmorcore/zizmor-pre-commit - rev: v1.29.0 + rev: v1.30.0 hooks: - id: zizmor - repo: meta