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 d0d392e + 07e4fcf commit e8e7071Copy full SHA for e8e7071
1 file changed
.pre-commit-config.yaml
@@ -15,7 +15,7 @@ repos:
15
args: [--fix, lf]
16
- id: trailing-whitespace
17
- repo: https://github.com/astral-sh/ruff-pre-commit
18
- rev: "v0.0.276"
+ rev: "v0.0.277"
19
hooks:
20
- id: ruff
21
- repo: https://github.com/PyCQA/isort
@@ -29,6 +29,6 @@ repos:
29
id: black
30
args: ["--line-length", "79"]
31
- repo: https://github.com/pre-commit/mirrors-prettier
32
- rev: "v3.0.0-alpha.9-for-vscode"
+ rev: "v3.0.0"
33
34
- id: prettier
0 commit comments