diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a42f24d..7567fec 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,24 +15,24 @@ repos: - id: codespell additional_dependencies: ["tomli>=2.4"] - repo: https://github.com/tox-dev/pyproject-fmt - rev: "v2.21.0" + rev: "v2.21.1" hooks: - id: pyproject-fmt - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.15.10" + rev: "v0.15.11" hooks: - id: ruff-format - id: ruff args: ["--fix", "--unsafe-fixes", "--exit-non-zero-on-fix"] - repo: https://github.com/rbubley/mirrors-prettier - rev: "v3.8.2" + rev: "v3.8.3" hooks: - id: prettier additional_dependencies: - prettier@3.8.1 - "@prettier/plugin-xml@3.4.2" - repo: https://github.com/zizmorcore/zizmor-pre-commit - rev: v1.24.0 + rev: v1.24.1 hooks: - id: zizmor - repo: meta