Skip to content

Commit

Permalink
remove commitizen until release system is rewritten
Browse files Browse the repository at this point in the history
Signed-off-by: miigotu <[email protected]>
  • Loading branch information
miigotu committed Jan 3, 2023
1 parent 641e9a8 commit 052908b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 14 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ repos:
- id: black
repo: https://github.com/psf/black
rev: 22.10.0
- hooks:
- id: commitizen
- id: commitizen-branch
stages:
- push
repo: https://github.com/commitizen-tools/commitizen
rev: v2.35.0
# - hooks:
# - id: commitizen
# - id: commitizen-branch
# stages:
# - push
# repo: https://github.com/commitizen-tools/commitizen
# rev: v2.35.0
# - hooks:
# - id: prettier
# repo: https://github.com/pre-commit/mirrors-prettier
Expand Down
7 changes: 0 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ isort = "^5.10.1"
poethepoet = "^0.16.0"
po2json = "^0.2.2"
bandit = "<=1.7.2"
commitizen = "^2.35.0"
pre-commit = "^2.20.0"

[tool.poetry.group.speedups]
Expand Down Expand Up @@ -120,12 +119,6 @@ speedups = ["speedups"]
types = ["types"]
frontend = ["frontend"]


[tool.commitizen]
name = "cz_conventional_commits"
version = "2022.10.8"
tag_format = "$version"

[build-system]
requires = ["poetry-core>=1.2.0"]
build-backend = "poetry.core.masonry.api"
Expand Down

0 comments on commit 052908b

Please sign in to comment.