Skip to content

Commit a254c73

Browse files
committed
Test
Signed-off-by: chandr-andr (Kiselev Aleksandr) <chandr@chandr.net>
1 parent a7734cd commit a254c73

28 files changed

+441
-722
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,6 @@ repos:
33
rev: v2.1.0
44
hooks:
55
- id: trailing-whitespace
6-
- repo: https://github.com/pycqa/isort
7-
rev: 5.12.0
8-
hooks:
9-
- id: isort
10-
name: python isort
11-
pass_filenames: false
12-
always_run: true
13-
args: ["python"]
14-
- repo: https://github.com/psf/black
15-
rev: 23.9.1
16-
hooks:
17-
- id: black
18-
name: python black
19-
pass_filenames: false
20-
always_run: true
21-
args: ["python"]
226
- repo: https://github.com/pre-commit/mirrors-mypy
237
rev: v1.5.1
248
hooks:
@@ -28,13 +12,18 @@ repos:
2812
pass_filenames: false
2913
args: ["python"]
3014
- repo: https://github.com/astral-sh/ruff-pre-commit
31-
rev: v0.0.291
15+
rev: v0.8.1
3216
hooks:
3317
- id: ruff
3418
name: ruff
3519
pass_filenames: false
3620
always_run: true
3721
args: ["python", "--fix"]
22+
- id: ruff-format
23+
name: ruff
24+
pass_filenames: false
25+
always_run: true
26+
args: ["python"]
3827
- repo: local
3928
hooks:
4029
- id: fmt
@@ -77,4 +66,4 @@ repos:
7766
entry: cargo
7867
pass_filenames: false
7968
args:
80-
- check
69+
- check

0 commit comments

Comments
 (0)