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:
1010 entry : hatch run lint:install-packages
1111 pass_filenames : false
1212 language : system
13+ stages : [commit]
1314 types :
1415 - " python"
1516 - id : python_style
1617 name : Check Python Style
1718 entry : hatch run lint:style
1819 pass_filenames : false
1920 language : system
21+ stages : [commit]
2022 types :
2123 - " python"
2224 - id : python_typing
2325 name : Check Python Typing
2426 entry : hatch run lint:typing
2527 pass_filenames : false
2628 language : system
29+ stages : [commit]
2730 types :
2831 - " python"
2932 - id : eslint
3033 name : Check JavaScript Style and Typing
3134 entry : npm run lint
3235 pass_filenames : false
3336 language : system
37+ stages : [commit]
3438 types :
3539 - " 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