Skip to content

Commit

Permalink
chore: deps added for commitizen
Browse files Browse the repository at this point in the history
  • Loading branch information
Aviksaikat committed Jul 12, 2024
1 parent 30d434e commit b742e1c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -171,13 +171,12 @@ post-install-commands = ["pre-commit install"]
# dependencies option: https://hatch.pypa.io/latest/config/environment/overview/#dependencies
extra-dependencies = [
"mypy",
"types-setuptools",
"types-requests",
"ruff",
"commitizen",
"mdformat>=0.7.17",
"mdformat-gfm>=0.3.5",
"mdformat-frontmatter>=0.4.1",
"mdformat-pyproject>=0.0.1",

]
[tool.hatch.envs.lint.scripts]
# check = "mypy --install-types --non-interactive {args:ape_utils tests}"
Expand All @@ -191,7 +190,9 @@ lint = [
"ruff check . --fix",
"mypy src/ape_utils/",
"echo \"mdformat VERSION: `mdformat --version`\"",
"mdformat ."
"mdformat .",
"echo \"check VERSION: `check --version`\"",
"cz check --rev-range $(git rev-list --all --reverse | head -1)..HEAD"
]
lint-check = [
"echo \"VERSION: `ruff --version`\"",
Expand Down

0 comments on commit b742e1c

Please sign in to comment.