Skip to content

Commit ad924f6

Browse files
committed
Remove dev dependencies
Don't need to import mypy or ruff - uvx is sufficient.
1 parent 47aed15 commit ad924f6

File tree

2 files changed

+1
-291
lines changed

2 files changed

+1
-291
lines changed

pyproject.toml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "hatch-command-version"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
authors = [{name = "Matt McShane", email = "matt@mattmcshane.com"}]
55
description = "A version source plugin to the hatchling.build python build backend that obtains a version by running a command."
66
readme = "README.md"
@@ -12,16 +12,5 @@ dependencies = [
1212
[project.urls]
1313
Repository = "https://github.com/mmcshane/hatch-command-version"
1414

15-
[dependency-groups]
16-
dev = [
17-
"mypy",
18-
"ruff",
19-
]
20-
pylsp = [
21-
"python-lsp-server == 1.*",
22-
"pylsp-mypy == 0.6.*",
23-
"python-lsp-ruff == 2.*",
24-
]
25-
2615
[project.entry-points.hatch]
2716
command = "plugin"

0 commit comments

Comments
 (0)