We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 263f12a commit 59d09e5Copy full SHA for 59d09e5
.pre-commit-config.yaml
@@ -15,17 +15,17 @@ repos:
15
- id: codespell
16
additional_dependencies: ["tomli>=2.2.1"]
17
- repo: https://github.com/tox-dev/pyproject-fmt
18
- rev: "v2.5.0"
+ rev: "v2.5.1"
19
hooks:
20
- id: pyproject-fmt
21
- repo: https://github.com/astral-sh/ruff-pre-commit
22
- rev: "v0.9.7"
+ rev: "v0.9.9"
23
24
- id: ruff-format
25
- id: ruff
26
args: ["--fix", "--unsafe-fixes", "--exit-non-zero-on-fix"]
27
- repo: https://github.com/rbubley/mirrors-prettier
28
- rev: "v3.5.2"
+ rev: "v3.5.3"
29
30
- id: prettier
31
args: ["--print-width=120", "--prose-wrap=always"]
0 commit comments