Skip to content

Commit

Permalink
pyproject: drop setuptools from lint dependencies
Browse files Browse the repository at this point in the history
Also removes bump, since aren't using it for releases
at the moment.

Signed-off-by: William Woodruff <[email protected]>
  • Loading branch information
woodruffw committed Jan 21, 2025
1 parent bd25e9f commit 56db354
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,13 @@ test = [
]
lint = [
"ruff ~= 0.9",
# HACK(ww): interrogate needs setuptools to provide `pkg_resources` on Python 3.12+;
# remove this when https://github.com/econchick/interrogate/issues/164 is resolved.
"setuptools",
"interrogate",
"interrogate ~= 1.6",
"mypy",
"types-requests",
"types-toml",
]
doc = ["pdoc"]
dev = ["build", "bump>=1.3.2", "pip-audit[doc,test,lint]"]
dev = ["build", "pip-audit[doc,test,lint]"]

[project.scripts]
pip-audit = "pip_audit._cli:audit"
Expand Down

0 comments on commit 56db354

Please sign in to comment.