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.
2 parents 0977e94 + c8c308d commit 9b0e191Copy full SHA for 9b0e191
1 file changed
.pre-commit-config.yaml
@@ -19,7 +19,7 @@ repos:
19
hooks:
20
- id: ruff
21
- repo: https://github.com/PyCQA/isort
22
- rev: 5.12.0
+ rev: 5.13.0
23
24
- id: isort
25
- repo: https://github.com/psf/black
@@ -29,6 +29,6 @@ repos:
29
id: black
30
args: ["--line-length", "79"]
31
- repo: https://github.com/pre-commit/mirrors-prettier
32
- rev: "v4.0.0-alpha.3-1"
+ rev: "v4.0.0-alpha.4"
33
34
- id: prettier
0 commit comments