Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ markers = [

[tool.uv]
managed = true
dev-dependencies = [

[dependency-groups]
dev = [
"cookiecutter",
"coverage",
"gitpython",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ markers = [

[tool.uv]
managed = true
dev-dependencies = [

[dependency-groups]
dev = [
"coverage",
"pre-commit",
"pydantic>=2.0.0",
Expand Down
Loading