We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
scipy-stubs
1 parent 971b456 commit 114d7f0Copy full SHA for 114d7f0
1 file changed
pyproject.toml
@@ -126,9 +126,10 @@ doc = [
126
"sam-algorithm",
127
]
128
dev = [
129
- "hatch-vcs", # runtime dev version generation
130
- "pre-commit", # static checking
131
- "towncrier", # release note management
+ "hatch-vcs", # runtime dev version generation
+ "pre-commit", # static checking
+ "towncrier", # release note management
132
+ "scipy-stubs", # static typing and IDE support
133
134
# Algorithms
135
paga = [ "igraph" ]
0 commit comments