Skip to content

Commit f1f8305

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.1.1](fsfe/reuse-tool@v4.0.3...v5.1.1) - [github.com/python-jsonschema/check-jsonschema: 0.29.3 → 0.33.3](python-jsonschema/check-jsonschema@0.29.3...0.33.3)
1 parent f1dad52 commit f1f8305

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"]
@@ -22,12 +22,12 @@ repos:
2222
- id: check-shebang-scripts-are-executable
2323
- id: check-illegal-windows-names
2424
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
25-
rev: "3.0.3"
25+
rev: "3.4.0"
2626
hooks:
2727
- id: editorconfig-checker
2828
alias: ec
2929
- repo: https://github.com/fsfe/reuse-tool
30-
rev: v4.0.3
30+
rev: v5.1.1
3131
hooks:
3232
- id: reuse
3333
- repo: local
@@ -37,7 +37,7 @@ repos:
3737
entry: corepack yarn lint
3838
language: system
3939
- repo: https://github.com/python-jsonschema/check-jsonschema
40-
rev: 0.29.3
40+
rev: 0.33.3
4141
hooks:
4242
- id: check-renovate
4343
additional_dependencies: ["pyjson5"]

0 commit comments

Comments
 (0)