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.
2 parents 5725cbd + 357e170 commit 2a6c7d3Copy full SHA for 2a6c7d3
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/astral-sh/ruff-pre-commit
3
- rev: v0.11.4
+ rev: v0.12.2
4
hooks:
5
- id: ruff
6
args: [--exit-non-zero-on-fix]
@@ -25,7 +25,7 @@ repos:
25
- id: trailing-whitespace
26
27
- repo: https://github.com/tox-dev/pyproject-fmt
28
- rev: v2.5.1
+ rev: v2.6.0
29
30
- id: pyproject-fmt
31
@@ -40,7 +40,7 @@ repos:
40
- id: tox-ini-fmt
41
42
- repo: https://github.com/rbubley/mirrors-prettier
43
- rev: v3.5.3
+ rev: v3.6.2
44
45
- id: prettier
46
args: [--prose-wrap=always, --print-width=88]
0 commit comments