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 5d4d4cc commit 5b9c42eCopy full SHA for 5b9c42e
.pre-commit-config.yaml
@@ -24,13 +24,13 @@ repos:
24
hooks:
25
- id: pyproject-fmt
26
- repo: https://github.com/astral-sh/ruff-pre-commit
27
- rev: "v0.12.0"
+ rev: "v0.12.1"
28
29
- id: ruff-format
30
- id: ruff
31
args: ["--fix", "--unsafe-fixes", "--exit-non-zero-on-fix"]
32
- repo: https://github.com/rbubley/mirrors-prettier
33
- rev: "v3.6.0"
+ rev: "v3.6.2"
34
35
- id: prettier
36
args: ["--print-width=120", "--prose-wrap=always"]
0 commit comments