Skip to content

Commit 864df4e

Browse files
committed
chore: remove commitizen from pre-commit hooks
1 parent 12f653d commit 864df4e

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff 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]

0 commit comments

Comments
 (0)