Skip to content

Commit

Permalink
chore: pre-commit autoupdate (#46)
Browse files Browse the repository at this point in the history
updates:
- [github.com/pycontribs/mirrors-prettier: v3.3.3 → 54f80f36c84731f6436048e224d511d3581c7641](pycontribs/mirrors-prettier@v3.3.3...54f80f3)
- [github.com/streetsidesoftware/cspell-cli: v8.14.0 → v8.16.0](streetsidesoftware/cspell-cli@v8.14.0...v8.16.0)
- [github.com/sirosen/check-jsonschema: 0.29.3 → 0.30.0](python-jsonschema/check-jsonschema@0.29.3...0.30.0)
- [github.com/astral-sh/ruff-pre-commit: v0.6.9 → v0.8.1](astral-sh/ruff-pre-commit@v0.6.9...v0.8.1)
- [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.13.0](pre-commit/mirrors-mypy@v1.11.2...v1.13.0)
- [github.com/pycqa/pylint: v3.3.1 → v3.3.2](pylint-dev/pylint@v3.3.1...v3.3.2)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Dec 4, 2024
1 parent 3424f7a commit 39a7c1d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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]
Expand All @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 39a7c1d

Please sign in to comment.