Skip to content

Commit 393572c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/editorconfig-checker/editorconfig-checker.python: 3.0.3 → 3.2.0](editorconfig-checker/editorconfig-checker.python@3.0.3...3.2.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.3 → 0.31.2](python-jsonschema/check-jsonschema@0.29.3...0.31.2)
1 parent 9587d6f commit 393572c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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.2.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.0.2
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.31.2
4141
hooks:
4242
- id: check-renovate
4343
additional_dependencies: ["pyjson5"]

0 commit comments

Comments
 (0)