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 57f488f commit 46dddc8Copy full SHA for 46dddc8
.pre-commit-config.yaml
@@ -24,13 +24,13 @@ repos:
24
hooks:
25
- id: pyproject-fmt
26
- repo: https://github.com/astral-sh/ruff-pre-commit
27
- rev: "v0.8.1"
+ rev: "v0.8.3"
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.4.1" # Use the sha / tag you want to point at
+ rev: "v3.4.2" # Use the sha / tag you want to point at
34
35
- id: prettier
36
additional_dependencies:
0 commit comments