Skip to content

Commit c0cda28

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.6.0...v6.0.0) - [github.com/editorconfig-checker/editorconfig-checker.python: 2.7.3 → 3.4.1](editorconfig-checker/editorconfig-checker.python@2.7.3...3.4.1) - [github.com/fsfe/reuse-tool: v4.0.3 → v6.2.0](fsfe/reuse-tool@v4.0.3...v6.2.0)
1 parent 9c4745b commit c0cda28

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: 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: "2.7.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

0 commit comments

Comments
 (0)