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 6d22da6 commit feedb87Copy full SHA for feedb87
.pre-commit-config.yaml
@@ -14,17 +14,17 @@ repos:
14
- id: tox-ini-fmt
15
args: ["-p", "fix"]
16
- repo: https://github.com/tox-dev/pyproject-fmt
17
- rev: "0.13.1"
+ rev: "1.1.0"
18
hooks:
19
- id: pyproject-fmt
20
additional_dependencies: ["tox>=4.8"]
21
- repo: https://github.com/pre-commit/mirrors-prettier
22
- rev: "v3.0.2"
+ rev: "v3.0.3"
23
24
- id: prettier
25
args: ["--print-width=120", "--prose-wrap=always"]
26
- repo: https://github.com/astral-sh/ruff-pre-commit
27
- rev: "v0.0.285"
+ rev: "v0.0.287"
28
29
- id: ruff
30
args: [--fix, --exit-non-zero-on-fix]
0 commit comments