Skip to content

Commit

Permalink
build(pyproject.toml,uv.lock): add commitizen to dev deps, rm old ones
Browse files Browse the repository at this point in the history
  • Loading branch information
violetbrina committed Nov 12, 2024
1 parent 70fffb1 commit 17cf760
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 25 deletions.
25 changes: 1 addition & 24 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,30 +46,6 @@ keywords = ["hail", "flow", "api", "bioinformatics", "genomics"]
[project.urls]
Repository = "https://github.com/populationgenomics/cpg-flow"

[project.optional-dependencies]
dev = [
"black",
"commitizen",
"commitlint",
"cpg-utils>=5.0.11",
"isort",
"mypy",
"pre-commit",
"pylint",
"pytest",
"pytest_mock",
"ruff",
"setuptools>=65.5.1",
# Pinned by pip-audit to avoid a vulnerability
"tenacity",
]
test = [
"coverage",
"networkx",
"pytest",
"pytest-mock",
]

[tool.ruff]
line-length = 120

Expand Down Expand Up @@ -410,6 +386,7 @@ dev-dependencies = [
"black>=24.10.0",
"build>=1.2.2.post1",
"bump2version>=1.0.1",
"commitizen>=3.30.0",
"coverage>=7.6.4",
"networkx>=3.4.2",
"pre-commit>=4.0.1",
Expand Down
4 changes: 3 additions & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 17cf760

Please sign in to comment.