We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f8bee5 commit bc75136Copy full SHA for bc75136
.pre-commit-config.yaml
@@ -20,17 +20,17 @@ repos:
20
- id: tox-ini-fmt
21
args: ["-p", "fix"]
22
- repo: https://github.com/tox-dev/pyproject-fmt
23
- rev: "v2.5.0"
+ rev: "v2.5.1"
24
hooks:
25
- id: pyproject-fmt
26
- repo: https://github.com/astral-sh/ruff-pre-commit
27
- rev: "v0.9.7"
+ rev: "v0.9.9"
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.5.2" # Use the sha / tag you want to point at
+ rev: "v3.5.3" # Use the sha / tag you want to point at
34
35
- id: prettier
36
additional_dependencies:
0 commit comments