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 7140cdf commit 58da890Copy full SHA for 58da890
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.6.0
+ rev: v5.0.0
4
hooks:
5
- id: check-added-large-files
6
- id: check-case-conflict
@@ -13,15 +13,15 @@ repos:
13
- id: trailing-whitespace
14
args: [ --markdown-linebreak-ext=md ]
15
- repo: https://github.com/igorshubovych/markdownlint-cli
16
- rev: v0.40.0
+ rev: v0.45.0
17
18
- id: markdownlint-fix
19
- repo: https://github.com/crate-ci/typos
20
- rev: v1.21.0
+ rev: v1
21
22
- id: typos
23
- repo: https://github.com/thibaudcolas/pre-commit-stylelint
24
- rev: v16.5.0
+ rev: v16.20.0
25
26
- id: stylelint
27
additional_dependencies:
0 commit comments