Skip to content

Commit cf43308

Browse files
committed
TYP: Add a version stub to allow mypy to run without building
1 parent 3a4cc5e commit cf43308

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

nibabel/_version.pyi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
__version__: str
2+
__version_tuple__: tuple[str, ...]
3+
version: str
4+
version_tuple: tuple[str, ...]

0 commit comments

Comments
 (0)