Skip to content

Commit 13e1c84

Browse files
chore: pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.4 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.0-alpha.4...v4.0.0-alpha.8) - [github.com/streetsidesoftware/cspell-cli: v6.17.1 → v8.17.0](streetsidesoftware/cspell-cli@v6.17.1...v8.17.0) - [github.com/sirosen/check-jsonschema: 0.20.0 → 0.30.0](python-jsonschema/check-jsonschema@0.20.0...0.30.0) - [github.com/pre-commit/pre-commit-hooks.git: v4.4.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v4.4.0...v5.0.0) - [github.com/codespell-project/codespell: v2.2.2 → v2.3.0](codespell-project/codespell@v2.2.2...v2.3.0) - [github.com/adrienverge/yamllint.git: v1.29.0 → v1.35.1](https://github.com/adrienverge/yamllint.git/compare/v1.29.0...v1.35.1) - [github.com/jazzband/pip-tools: 6.12.1 → 7.4.1](jazzband/pip-tools@6.12.1...7.4.1)
1 parent 3c540d7 commit 13e1c84

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repos:
2222
- id: check-useless-excludes
2323
- repo: https://github.com/pre-commit/mirrors-prettier
2424
# keep it before yamllint
25-
rev: v3.0.0-alpha.4
25+
rev: v4.0.0-alpha.8
2626
hooks:
2727
- id: prettier
2828
always_run: true
@@ -31,18 +31,18 @@ repos:
3131
- prettier-plugin-toml
3232
- prettier-plugin-sort-json
3333
- repo: https://github.com/streetsidesoftware/cspell-cli
34-
rev: v6.17.1
34+
rev: v8.17.0
3535
hooks:
3636
- id: cspell
3737
# entry: codespell --relative
3838
args: [--relative, --no-progress, --no-summary]
3939
name: Spell check with cspell
4040
- repo: https://github.com/sirosen/check-jsonschema
41-
rev: 0.20.0
41+
rev: 0.30.0
4242
hooks:
4343
- id: check-github-workflows
4444
- repo: https://github.com/pre-commit/pre-commit-hooks.git
45-
rev: v4.4.0
45+
rev: v5.0.0
4646
hooks:
4747
- id: end-of-file-fixer
4848
- id: trailing-whitespace
@@ -53,20 +53,20 @@ repos:
5353
- id: debug-statements
5454
language_version: python3
5555
- repo: https://github.com/codespell-project/codespell
56-
rev: v2.2.2
56+
rev: v2.3.0
5757
hooks:
5858
- id: codespell
5959
additional_dependencies:
6060
- tomli
6161
- repo: https://github.com/adrienverge/yamllint.git
62-
rev: v1.29.0
62+
rev: v1.35.1
6363
hooks:
6464
- id: yamllint
6565
files: \.(yaml|yml)$
6666
types: [file, yaml]
6767
entry: yamllint --strict
6868
- repo: https://github.com/jazzband/pip-tools
69-
rev: 6.12.1
69+
rev: 7.4.1
7070
hooks:
7171
- id: pip-compile
7272
name: deps

0 commit comments

Comments
 (0)