8000
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 efba779 commit 717d7e0Copy full SHA for 717d7e0
.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