We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37e0798 commit 5db0a17Copy full SHA for 5db0a17
.pre-commit-config.yaml
@@ -23,7 +23,7 @@ repos:
23
- id: detect-private-key
24
25
- repo: https://github.com/asottile/pyupgrade
26
- rev: v3.15.0
+ rev: v3.15.2
27
hooks:
28
- id: pyupgrade
29
args: ["--py38-plus"]
@@ -46,14 +46,14 @@ repos:
46
- "--wrap-descriptions=120"
47
48
- repo: https://github.com/pre-commit/mirrors-prettier
49
- rev: v3.1.0
+ rev: v4.0.0-alpha.8
50
51
- id: prettier
52
# https://prettier.io/docs/en/options.html#print-width
53
args: ["--print-width=120"]
54
55
- repo: https://github.com/psf/black
56
- rev: 23.12.1
+ rev: 24.3.0
57
58
- id: black
59
name: Format code
@@ -73,7 +73,7 @@ repos:
73
- mdformat_frontmatter
74
75
- repo: https://github.com/astral-sh/ruff-pre-commit
76
- rev: v0.1.9
+ rev: v0.3.5
77
78
- id: ruff
79
args: ["--fix"]
0 commit comments