Skip to content

Commit 560c03a

Browse files
committed
fix: suppress linter warning for undefined __version__ variable
1 parent bea174b commit 560c03a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setup(
1515
name=pkg_name.replace("_", "-"),
16-
version=__version__,
16+
version=__version__, # noqa: F821
1717
description="Keypoint-MoSeq DataJoint Element",
1818
long_description=long_description,
1919
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)