We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c90698 commit 25f1009Copy full SHA for 25f1009
.pre-commit-config.yaml
@@ -16,7 +16,7 @@ repos:
16
- id: auto-walrus
17
18
- repo: https://github.com/astral-sh/ruff-pre-commit
19
- rev: v0.1.11
+ rev: v0.1.13
20
hooks:
21
- id: ruff
22
@@ -33,7 +33,7 @@ repos:
33
- tomli
34
35
- repo: https://github.com/tox-dev/pyproject-fmt
36
- rev: "1.5.3"
+ rev: "1.6.0"
37
38
- id: pyproject-fmt
39
@@ -61,7 +61,7 @@ repos:
61
additional_dependencies: [types-requests]
62
63
- repo: https://github.com/pre-commit/mirrors-prettier
64
- rev: "v3.1.0"
+ rev: "v4.0.0-alpha.8"
65
66
- id: prettier
67
types_or: [toml, yaml]
0 commit comments