Skip to content

Commit

Permalink
Support toml spec 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eifinger committed Jan 16, 2025
1 parent 4e3dbec commit 5e61d8f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions __tests__/fixtures/pyproject-toml-project/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,14 @@ readme = "README.md"
requires-python = ">=3.11"
dependencies = []

[dependency-groups]
dev = [
"reuse==5.0.2",
{include-group = "lint"},
]
lint = [
"flake8==4.0.1",
]

[tool.uv]
required-version = "==0.5.14"

0 comments on commit 5e61d8f

Please sign in to comment.