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 521802d commit 653a763Copy full SHA for 653a763
.pre-commit-config.yaml
@@ -15,20 +15,20 @@ repos:
15
args: [--fix, lf]
16
- id: trailing-whitespace
17
- repo: https://github.com/astral-sh/ruff-pre-commit
18
- rev: "v0.1.4"
+ rev: "v0.1.5"
19
hooks:
20
- id: ruff
21
- repo: https://github.com/PyCQA/isort
22
rev: 5.12.0
23
24
- id: isort
25
- repo: https://github.com/psf/black
26
- rev: 23.10.1
+ rev: 23.11.0
27
28
- name: black
29
id: black
30
args: ["--line-length", "79"]
31
- repo: https://github.com/pre-commit/mirrors-prettier
32
- rev: "v3.0.3"
+ rev: "v3.1.0"
33
34
- id: prettier
0 commit comments