Skip to content

Commit

Permalink
MAINT: remove redundant types dependency group
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Oct 29, 2024
1 parent 71fc194 commit da18279
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
7 changes: 2 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,17 +62,14 @@ jupyter = [
]
notebooks = ["pyproject-local-kernel"]
style = [
{include-group = "types"},
"nbformat",
"sphinx-api-relink",
]
test = [
"nbmake",
"pytest-env",
{include-group = "notebooks"},
]
types = [
"nbformat",
"sphinx-api-relink",
]

[tool.setuptools]
include-package-data = false
Expand Down
8 changes: 0 additions & 8 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit da18279

Please sign in to comment.