diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ee8c9de9e..b0d664bbe 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,14 +7,14 @@ default_language_version: exclude: "(?x)^(\n _readthedocs|\n .tox\n)$\n" repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 43.104.2 + rev: 43.141.2 hooks: - id: renovate-config-validator alias: renovate args: - --strict - repo: https://github.com/rbubley/mirrors-prettier - rev: v3.8.1 + rev: v3.8.3 hooks: - id: prettier entry: @@ -34,7 +34,7 @@ repos: hooks: - id: tox-ini-fmt - repo: https://github.com/streetsidesoftware/cspell-cli - rev: v9.7.0 + rev: v10.0.0 hooks: - id: cspell name: Spell check with cspell @@ -109,14 +109,14 @@ repos: alias: toml - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.9 + rev: v0.15.12 hooks: - id: ruff-format alias: ruff - id: ruff-check alias: ruff - repo: https://github.com/pre-commit/mirrors-mypy.git - rev: v1.20.0 + rev: v1.20.2 hooks: - id: mypy additional_dependencies: