Skip to content

Commit a3761f3

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/editorconfig-checker/editorconfig-checker.python: 2.7.3 → 3.0.3](editorconfig-checker/editorconfig-checker.python@2.7.3...3.0.3) - [github.com/fsfe/reuse-tool: v4.0.3 → v5.0.2](fsfe/reuse-tool@v4.0.3...v5.0.2)
1 parent 6d63bb1 commit a3761f3

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
@@ -10,7 +10,7 @@ ci:
1010
skip: [yarn-lint]
1111
repos:
1212
- repo: https://github.com/pre-commit/pre-commit-hooks
13-
rev: v4.6.0
13+
rev: v5.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: "2.7.3"
22+
rev: "3.0.3"
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

0 commit comments

Comments
 (0)