diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index af5825f..86ffc39 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,21 +9,21 @@ ci: repos: - repo: https://github.com/pycontribs/mirrors-prettier # keep it before yamllint - rev: v3.3.3 + rev: 54f80f36c84731f6436048e224d511d3581c7641 hooks: - id: prettier additional_dependencies: - prettier - prettier-plugin-toml - repo: https://github.com/streetsidesoftware/cspell-cli - rev: v8.14.0 + rev: v8.16.0 hooks: - id: cspell # entry: codespell --relative args: [--relative, --no-progress, --no-summary] name: Spell check with cspell - repo: https://github.com/sirosen/check-jsonschema - rev: 0.29.3 + rev: 0.30.0 hooks: - id: check-github-workflows - repo: https://github.com/pre-commit/pre-commit-hooks.git @@ -36,7 +36,7 @@ repos: - id: check-executables-have-shebangs - id: check-merge-conflict - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.6.9" + rev: "v0.8.1" hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] @@ -48,7 +48,7 @@ repos: - id: black language_version: python3 - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.11.2 + rev: v1.13.0 hooks: - id: mypy # empty args needed in order to match mypy cli behavior @@ -57,7 +57,7 @@ repos: - actions-toolkit - pytest - repo: https://github.com/pycqa/pylint - rev: v3.3.1 + rev: v3.3.2 hooks: - id: pylint args: