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 e9c0f0c commit 5f5366bCopy full SHA for 5f5366b
.pre-commit-config.yaml
@@ -5,12 +5,12 @@ repos:
5
- id: end-of-file-fixer
6
- id: trailing-whitespace
7
- repo: https://github.com/python-jsonschema/check-jsonschema
8
- rev: 0.29.4
+ rev: 0.30.0
9
hooks:
10
- id: check-github-workflows
11
args: ["--verbose"]
12
- repo: https://github.com/rbubley/mirrors-prettier
13
- rev: "v3.3.3"
+ rev: "v3.4.1"
14
15
- id: prettier
16
additional_dependencies:
0 commit comments