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 0f69c0d + 37eefbd commit 783e4d5Copy full SHA for 783e4d5
1 file changed
.pre-commit-config.yaml
@@ -18,7 +18,7 @@ repos:
18
- id: ruff
19
args: [--fix, --exit-non-zero-on-fix]
20
- repo: https://github.com/PyCQA/isort
21
- rev: 5.12.0
+ rev: 5.13.0
22
hooks:
23
- id: isort
24
- repo: https://github.com/psf/black
@@ -28,6 +28,6 @@ repos:
28
id: black
29
args: ["--line-length", "79"]
30
- repo: https://github.com/pre-commit/mirrors-prettier
31
- rev: "v4.0.0-alpha.3-1"
+ rev: "v4.0.0-alpha.4"
32
33
- id: prettier
0 commit comments