We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c4745b commit c0cda28Copy full SHA for c0cda28
.pre-commit-config.yaml
@@ -10,7 +10,7 @@ ci:
10
skip: [yarn-lint]
11
repos:
12
- repo: https://github.com/pre-commit/pre-commit-hooks
13
- rev: v4.6.0
+ rev: v6.0.0
14
hooks:
15
- id: trailing-whitespace
16
args: ["--markdown-linebreak-ext", "md"]
@@ -19,12 +19,12 @@ repos:
19
- id: check-yaml
20
- id: check-added-large-files
21
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
22
- rev: "2.7.3"
+ rev: "3.4.1"
23
24
- id: editorconfig-checker
25
alias: ec
26
- repo: https://github.com/fsfe/reuse-tool
27
- rev: v4.0.3
+ rev: v6.2.0
28
29
- id: reuse
30
- repo: local
0 commit comments