Skip to content

Commit b5f58b2

Browse files
authored
Support toml spec 1.0.0 (#245)
iarna/toml is unmaintained. Replaced by smol-toml which is maintained and has the same api Fixes: #242
1 parent 4e3dbec commit b5f58b2

File tree

8 files changed

+1354
-2781
lines changed

8 files changed

+1354
-2781
lines changed

__tests__/fixtures/pyproject-toml-project/pyproject.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,14 @@ readme = "README.md"
66
requires-python = ">=3.11"
77
dependencies = []
88

9+
[dependency-groups]
10+
dev = [
11+
"reuse==5.0.2",
12+
{include-group = "lint"},
13+
]
14+
lint = [
15+
"flake8==4.0.1",
16+
]
17+
918
[tool.uv]
1019
required-version = "==0.5.14"

dist/save-cache/index.js

Lines changed: 132 additions & 193 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)