-
Notifications
You must be signed in to change notification settings - Fork 415
Expand file tree
/
Copy path.pre-commit-config.yaml
More file actions
38 lines (38 loc) · 1018 Bytes
/
.pre-commit-config.yaml
File metadata and controls
38 lines (38 loc) · 1018 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
repos:
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.16.0
hooks:
- id: pretty-format-java
args:
- --autofix
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.1.0
hooks:
- id: prettier
additional_dependencies:
- prettier@2.8.4
- repo: https://github.com/sbrunner/jsonschema-validator
rev: 1.0.0
hooks:
- id: jsonschema-validator
files: |-
(?x)^(
\.github/publish\.yaml
|\.github/ghci\.yaml
)$
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 43.91.3
hooks:
- id: renovate-config-validator
- repo: https://github.com/sbrunner/hooks
rev: 1.6.1
hooks:
- id: canonicalize
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.15.7
hooks:
- id: ruff-format
- repo: https://github.com/sbrunner/python-versions-hook
rev: 1.3.0
hooks:
- id: python-versions