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