We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2b4459 commit fca9c64Copy full SHA for fca9c64
.pre-commit-config.yaml
@@ -11,18 +11,18 @@ repos:
11
args: [--fix=lf]
12
- id: debug-statements
13
- repo: https://github.com/astral-sh/ruff-pre-commit
14
- rev: "v0.1.4"
+ rev: "v0.3.5"
15
hooks:
16
- id: ruff
17
args: ["--fix"]
18
exclude: "tests/input/"
19
- repo: https://github.com/psf/black
20
- rev: 23.10.1
+ rev: 24.3.0
21
22
- id: black
23
args: [--safe, --line-length=120]
24
- repo: https://github.com/pre-commit/mirrors-prettier
25
- rev: v3.0.3
+ rev: v4.0.0-alpha.8
26
27
- id: prettier
28
args: [--prose-wrap=always, --print-width=88]
0 commit comments