We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e835b31 commit 244c7b9Copy full SHA for 244c7b9
.pre-commit-config.yaml
@@ -18,25 +18,25 @@ repos:
18
- id: mixed-line-ending
19
- id: trailing-whitespace
20
21
+ - repo: https://github.com/pre-commit/mirrors-prettier
22
+ rev: v2.7.1
23
+ hooks:
24
+ - id: prettier
25
+ files: \.(css|md|yml|yaml)
26
+ args: [--prose-wrap=preserve]
27
+
28
- repo: https://github.com/psf/black
29
rev: 23.3.0
30
hooks:
31
- id: black
32
33
- repo: https://github.com/asottile/blacken-docs
- rev: v1.12.1
34
+ rev: 1.15.0
35
36
- id: blacken-docs
37
- - repo: https://github.com/pre-commit/mirrors-prettier
- rev: v2.7.1
- hooks:
- - id: prettier
- files: \.(css|md|yml|yaml)
- args: [--prose-wrap=preserve]
-
38
- repo: https://github.com/asottile/pyupgrade
39
- rev: v3.4.0
+ rev: v3.9.0
40
41
- id: pyupgrade
42
args: [--py38-plus]
0 commit comments