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.
2 parents a95fd1e + 7528e7f commit 13067cdCopy full SHA for 13067cd
.pre-commit-config.yaml
@@ -1,22 +1,22 @@
1
repos:
2
- repo: https://github.com/pre-commit/mirrors-prettier
3
- rev: v3.0.0-alpha.0
+ rev: v3.0.0-alpha.4
4
hooks:
5
- id: prettier
6
additional_dependencies:
7
- prettier@2.3.2
8
- "@prettier/plugin-pug@1.16.5"
9
10
- repo: https://github.com/pre-commit/pre-commit-hooks
11
- rev: v4.3.0
+ rev: v4.4.0
12
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.18.3
+ rev: 0.19.2
20
21
- id: check-github-workflows
22
ci:
0 commit comments