Skip to content

Commit cb6d6ff

Browse files
fix-wip: test type ignore hint (copilot suggestion)
1 parent 62e93d9 commit cb6d6ff

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/gh/diffCheck/setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1+
12
from setuptools import setup, find_packages
23

4+
35
setup(
46
name="diffCheck",
57
version="1.3.1",
@@ -22,7 +24,8 @@
2224
"Programming Language :: Python :: 3.9",
2325
],
2426
include_package_data=True,
27+
# type: ignore[misc]
2528
package_data={
2629
"diffCheck": ["diffCheck/dlls/*.dll", "*.pyd"]
27-
},
30+
},
2831
)

0 commit comments

Comments
 (0)