Skip to content

Commit 2e802da

Browse files
committed
Improve dependency groups structure
1 parent 398d25b commit 2e802da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ Issues = "https://github.com/crytic/pyevmasm/issues"
3737
evmasm = "pyevmasm.__main__:main"
3838

3939
[dependency-groups]
40-
dev = ["ruff>=0.14.0,<1.0", "pytest", "coverage", "mypy"]
4140
test = ["pytest", "coverage"]
4241
lint = ["ruff>=0.14.0,<1.0", "mypy"]
42+
dev = [{include-group = "test"}, {include-group = "lint"}]
4343

4444
[tool.ruff]
4545
line-length = 100

0 commit comments

Comments
 (0)