File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -12,27 +12,27 @@ repos:
12
12
- repo : https://github.com/asottile/add-trailing-comma
13
13
rev : v2.1.0
14
14
hooks :
15
- - id : add-trailing-comma
15
+ - id : add-trailing-comma
16
16
17
17
- repo : local
18
18
hooks :
19
- - id : black
20
- name : Format with Black
21
- entry : poetry run black
22
- language : system
23
- types : [python]
24
-
25
19
- id : ruff
26
20
name : Run ruff lints
27
- entry : poetry run ruff
21
+ entry : poetry run ruff check
28
22
language : system
29
23
pass_filenames : false
30
- types : [python]
24
+ types : [ python ]
31
25
args :
32
26
- " --fix"
33
27
- " taskiq_psqlpy"
34
28
- " tests"
35
29
30
+ - id : black
31
+ name : Format with Black
32
+ entry : poetry run black
33
+ language : system
34
+ types : [ python ]
35
+
36
36
- id : mypy
37
37
name : Validate types with MyPy
38
38
entry : poetry run mypy
You can’t perform that action at this time.
0 commit comments