File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -10,32 +10,30 @@ repos:
10
10
entry : hatch run lint:install-packages
11
11
pass_filenames : false
12
12
language : system
13
+ stages : [commit]
13
14
types :
14
15
- " python"
15
16
- id : python_style
16
17
name : Check Python Style
17
18
entry : hatch run lint:style
18
19
pass_filenames : false
19
20
language : system
21
+ stages : [commit]
20
22
types :
21
23
- " python"
22
24
- id : python_typing
23
25
name : Check Python Typing
24
26
entry : hatch run lint:typing
25
27
pass_filenames : false
26
28
language : system
29
+ stages : [commit]
27
30
types :
28
31
- " python"
29
32
- id : eslint
30
33
name : Check JavaScript Style and Typing
31
34
entry : npm run lint
32
35
pass_filenames : false
33
36
language : system
37
+ stages : [commit]
34
38
types :
35
39
- " javascript"
36
- - repo : https://github.com/commitizen-tools/commitizen
37
- rev : 3.12.0
38
- hooks :
39
- - id : commitizen
40
- - id : commitizen-branch
41
- stages : [push]
You can’t perform that action at this time.
0 commit comments