Skip to content
This repository was archived by the owner on Apr 2, 2026. It is now read-only.

Commit c4a4dc7

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/editorconfig-checker/editorconfig-checker.python: 3.0.3 → 3.4.1](editorconfig-checker/editorconfig-checker.python@3.0.3...3.4.1) - [github.com/fsfe/reuse-tool: v4.0.3 → v6.2.0](fsfe/reuse-tool@v4.0.3...v6.2.0) - [github.com/python-jsonschema/check-jsonschema: 0.29.4 → 0.34.1](python-jsonschema/check-jsonschema@0.29.4...0.34.1)
1 parent 0f11222 commit c4a4dc7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ci:
1010
skip: [yarn-lint]
1111
repos:
1212
- repo: https://github.com/pre-commit/pre-commit-hooks
13-
rev: v5.0.0
13+
rev: v6.0.0
1414
hooks:
1515
- id: trailing-whitespace
1616
args: ["--markdown-linebreak-ext", "md"]
@@ -19,12 +19,12 @@ repos:
1919
- id: check-yaml
2020
- id: check-added-large-files
2121
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
22-
rev: "3.0.3"
22+
rev: "3.4.1"
2323
hooks:
2424
- id: editorconfig-checker
2525
alias: ec
2626
- repo: https://github.com/fsfe/reuse-tool
27-
rev: v4.0.3
27+
rev: v6.2.0
2828
hooks:
2929
- id: reuse
3030
- repo: local
@@ -34,7 +34,7 @@ repos:
3434
entry: npm run lint
3535
language: system
3636
- repo: https://github.com/python-jsonschema/check-jsonschema
37-
rev: 0.29.4
37+
rev: 0.34.1
3838
hooks:
3939
- id: check-renovate
4040
additional_dependencies: ["pyjson5"]

0 commit comments

Comments
 (0)