Skip to content

Commit

Permalink
chore: pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.4 → v3.0.3](pre-commit/mirrors-prettier@v3.0.0-alpha.4...v3.0.3)
- [github.com/streetsidesoftware/cspell-cli: v6.17.1 → v7.3.2](streetsidesoftware/cspell-cli@v6.17.1...v7.3.2)
- [github.com/sirosen/check-jsonschema: 0.20.0 → 0.27.1](python-jsonschema/check-jsonschema@0.20.0...0.27.1)
- [github.com/pre-commit/pre-commit-hooks.git: v4.4.0 → v4.5.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v4.4.0...v4.5.0)
- [github.com/codespell-project/codespell: v2.2.2 → v2.2.6](codespell-project/codespell@v2.2.2...v2.2.6)
- [github.com/adrienverge/yamllint.git: v1.29.0 → v1.32.0](https://github.com/adrienverge/yamllint.git/compare/v1.29.0...v1.32.0)
- [github.com/jazzband/pip-tools: 6.12.1 → 7.3.0](jazzband/pip-tools@6.12.1...7.3.0)
  • Loading branch information
pre-commit-ci[bot] authored Nov 6, 2023
1 parent 3c540d7 commit 848ded1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repos:
- id: check-useless-excludes
- repo: https://github.com/pre-commit/mirrors-prettier
# keep it before yamllint
rev: v3.0.0-alpha.4
rev: v3.0.3
hooks:
- id: prettier
always_run: true
Expand All @@ -31,18 +31,18 @@ repos:
- prettier-plugin-toml
- prettier-plugin-sort-json
- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v6.17.1
rev: v7.3.2
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.20.0
rev: 0.27.1
hooks:
- id: check-github-workflows
- repo: https://github.com/pre-commit/pre-commit-hooks.git
rev: v4.4.0
rev: v4.5.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
Expand All @@ -53,20 +53,20 @@ repos:
- id: debug-statements
language_version: python3
- repo: https://github.com/codespell-project/codespell
rev: v2.2.2
rev: v2.2.6
hooks:
- id: codespell
additional_dependencies:
- tomli
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.29.0
rev: v1.32.0
hooks:
- id: yamllint
files: \.(yaml|yml)$
types: [file, yaml]
entry: yamllint --strict
- repo: https://github.com/jazzband/pip-tools
rev: 6.12.1
rev: 7.3.0
hooks:
- id: pip-compile
name: deps
Expand Down

0 comments on commit 848ded1

Please sign in to comment.