We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a55ea34 + 344a5c2 commit f5435cfCopy full SHA for f5435cf
1 file changed
.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: v5.0.0
+ rev: v6.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.33.2
+ rev: 0.34.0
20
21
- id: check-github-workflows
22
ci:
0 commit comments