Skip to content

Commit dac1060

Browse files
committed
🐛 fix: remove commitizen-branch since it generates an error when creating docs
1 parent 84f5a75 commit dac1060

1 file changed

Lines changed: 30 additions & 30 deletions

File tree

.pre-commit-config.yaml

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -3,35 +3,35 @@ default_install_hook_types:
33
- commit-msg
44

55
repos:
6-
- repo: https://github.com/commitizen-tools/commitizen
7-
rev: v4.13.9
8-
hooks:
9-
- id: commitizen
10-
language: python
11-
additional_dependencies:
12-
- cz-conventional-gitmoji
6+
- repo: https://github.com/commitizen-tools/commitizen
7+
rev: v4.13.9
8+
hooks:
9+
- id: commitizen
10+
language: python
11+
additional_dependencies:
12+
- cz-conventional-gitmoji
1313

14-
stages:
15-
- commit-msg
16-
- id: commitizen-branch
17-
language: python
18-
additional_dependencies:
19-
- cz-conventional-gitmoji
20-
stages:
21-
- pre-push
14+
stages:
15+
- commit-msg
16+
# - id: commitizen-branch
17+
# language: python
18+
# additional_dependencies:
19+
# - cz-conventional-gitmoji
20+
# stages:
21+
# - pre-push
2222

23-
- repo: https://github.com/pre-commit/pre-commit-hooks
24-
rev: "v6.0.0"
25-
hooks:
26-
- id: check-case-conflict
27-
- id: check-merge-conflict
28-
- id: check-toml
29-
- id: check-yaml
30-
exclude: ^mkdocs\.yml$
31-
- id: check-json
32-
- id: check-added-large-files
33-
- id: detect-private-key
34-
- id: pretty-format-json
35-
args: [--autofix, --no-sort-keys]
36-
- id: end-of-file-fixer
37-
- id: trailing-whitespace
23+
- repo: https://github.com/pre-commit/pre-commit-hooks
24+
rev: "v6.0.0"
25+
hooks:
26+
- id: check-case-conflict
27+
- id: check-merge-conflict
28+
- id: check-toml
29+
- id: check-yaml
30+
exclude: ^mkdocs\.yml$
31+
- id: check-json
32+
- id: check-added-large-files
33+
- id: detect-private-key
34+
- id: pretty-format-json
35+
args: [--autofix, --no-sort-keys]
36+
- id: end-of-file-fixer
37+
- id: trailing-whitespace

0 commit comments

Comments
 (0)