Skip to content

Commit

Permalink
chore: pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/streetsidesoftware/cspell-cli: v8.8.2 → v8.13.1](streetsidesoftware/cspell-cli@v8.8.2...v8.13.1)
- [github.com/python-jsonschema/check-jsonschema: 0.28.4 → 0.29.1](python-jsonschema/check-jsonschema@0.28.4...0.29.1)
- [github.com/psf/black: 24.4.2 → 24.8.0](psf/black@24.4.2...24.8.0)
- [github.com/asottile/pyupgrade: v3.15.2 → v3.17.0](asottile/pyupgrade@v3.15.2...v3.17.0)
- [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.11.1](pre-commit/mirrors-mypy@v1.10.0...v1.11.1)
- [github.com/pycqa/pylint: v3.2.2 → v3.2.6](pylint-dev/pylint@v3.2.2...v3.2.6)
  • Loading branch information
pre-commit-ci[bot] authored Aug 5, 2024
1 parent 34bcbf8 commit 805fe15
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 @@ -26,14 +26,14 @@ repos:
- prettier-plugin-toml
- prettier-plugin-sort-json
- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v8.8.2
rev: v8.13.1
hooks:
- id: cspell
# entry: codespell --relative
args: [--relative, --no-progress, --no-summary]
name: Spell check with cspell
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.4
rev: 0.29.1
hooks:
- id: check-github-workflows
- repo: https://github.com/pre-commit/pre-commit-hooks.git
Expand Down Expand Up @@ -72,25 +72,25 @@ repos:
# https://github.com/pre-commit/mirrors-isort/issues/9#issuecomment-624404082
- --filter-files
- repo: https://github.com/psf/black
rev: 24.4.2
rev: 24.8.0
hooks:
- id: black
language_version: python3
- repo: https://github.com/asottile/pyupgrade
# keep it after flake8
rev: v3.15.2
rev: v3.17.0
hooks:
- id: pyupgrade
args: ["--py39-plus"]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.10.0
rev: v1.11.1
hooks:
- id: mypy
# empty args needed in order to match mypy cli behavior
args: []
additional_dependencies: ["mkdocs-macros-plugin"]
- repo: https://github.com/pycqa/pylint
rev: v3.2.2
rev: v3.2.6
hooks:
- id: pylint
args:
Expand Down

0 comments on commit 805fe15

Please sign in to comment.