Skip to content

Commit 1755bd3

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.0](editorconfig-checker/editorconfig-checker.python@3.0.3...3.4.0) - [github.com/fsfe/reuse-tool: v4.0.3 → v5.0.2](fsfe/reuse-tool@v4.0.3...v5.0.2) - [github.com/python-jsonschema/check-jsonschema: 0.29.4 → 0.33.3](python-jsonschema/check-jsonschema@0.29.4...0.33.3)
1 parent c349720 commit 1755bd3

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.0"
2323
hooks:
2424
- id: editorconfig-checker
2525
alias: ec
2626
- repo: https://github.com/fsfe/reuse-tool
27-
rev: v4.0.3
27+
rev: v5.0.2
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.33.3
3838
hooks:
3939
- id: check-renovate
4040
additional_dependencies: ["pyjson5"]

0 commit comments

Comments
 (0)