Skip to content

Commit 52093e3

Browse files
jorenhampre-commit-ci[bot]Zethson
authored andcommitted
Include scipy-stubs in the optional dev dependencies (scverse#3690)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Lukas Heumos <lukas.heumos@posteo.net>
1 parent b1fe294 commit 52093e3

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,10 @@ doc = [
126126
"sam-algorithm",
127127
]
128128
dev = [
129-
"hatch-vcs", # runtime dev version generation
130-
"pre-commit", # static checking
131-
"towncrier", # release note management
129+
"hatch-vcs", # runtime dev version generation
130+
"pre-commit", # static checking
131+
"towncrier", # release note management
132+
"scipy-stubs", # static typing and IDE support
132133
]
133134
# Algorithms
134135
paga = [ "igraph" ]

0 commit comments

Comments
 (0)