We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3d93eac + d3ab3d9 commit 3d49471Copy full SHA for 3d49471
.pre-commit-config.yaml
@@ -8,15 +8,15 @@ repos:
8
- "@prettier/plugin-pug"
9
10
- repo: https://github.com/pre-commit/pre-commit-hooks
11
- rev: v4.6.0
+ rev: v5.0.0
12
hooks:
13
- id: check-yaml
14
- id: end-of-file-fixer
15
- id: trailing-whitespace
16
- id: mixed-line-ending
17
18
- repo: https://github.com/python-jsonschema/check-jsonschema
19
- rev: 0.28.6
+ rev: 0.29.3
20
21
- id: check-github-workflows
22
ci:
0 commit comments