Skip to content

Commit bbae9ed

Browse files
authored
Merge pull request #1210 from effigies/typ/version_stub
TYP: Add a version stub to allow mypy to run without building
2 parents 3a4cc5e + cf43308 commit bbae9ed

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

nibabel/_version.pyi

+4
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)