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 6f9cf5a commit 77e24d2Copy full SHA for 77e24d2
.pre-commit-config.yaml
@@ -9,12 +9,12 @@ repos:
9
hooks:
10
- id: black
11
- repo: https://github.com/astral-sh/ruff-pre-commit
12
- rev: v0.7.3
+ rev: v0.8.1
13
14
- id: ruff
15
args: ["--fix"]
16
- repo: https://github.com/rbubley/mirrors-prettier
17
- rev: v3.3.3
+ rev: v3.4.1
18
19
- id: prettier
20
args: ["--cache-location=.prettier_cache"]
@@ -26,7 +26,7 @@ repos:
26
- id: taplo-lint
27
args: ["--no-schema"]
28
- repo: https://github.com/abravalheri/validate-pyproject
29
- rev: v0.22
+ rev: v0.23
30
31
- id: validate-pyproject
32
0 commit comments