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 f6d9451 + 06fdd60 commit 80c9781Copy full SHA for 80c9781
.pre-commit-config.yaml
@@ -13,21 +13,21 @@ repos:
13
args: [--fix, lf]
14
- id: trailing-whitespace
15
- repo: https://github.com/astral-sh/ruff-pre-commit
16
- rev: "v0.1.7"
+ rev: "v0.1.9"
17
hooks:
18
- id: ruff
19
args: [--fix, --exit-non-zero-on-fix]
20
- repo: https://github.com/PyCQA/isort
21
- rev: 5.13.0
+ rev: 5.13.2
22
23
- id: isort
24
- repo: https://github.com/psf/black
25
- rev: 23.11.0
+ rev: 23.12.1
26
27
- name: black
28
id: black
29
args: ["--line-length", "79"]
30
- repo: https://github.com/pre-commit/mirrors-prettier
31
- rev: "v4.0.0-alpha.4"
+ rev: "v4.0.0-alpha.8"
32
33
- id: prettier
0 commit comments