We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42449fc commit df96c38Copy full SHA for df96c38
ext/setup.py
@@ -1,7 +1,5 @@
1
#!/usr/bin/env python
2
-from distutils.core import setup
3
-
4
-from setuptools import find_packages
+from setuptools import find_packages, setup # type: ignore[import-untyped]
5
6
with open("README.md") as f:
7
readme = f.read()
tests/typecheck/test_config.yml
@@ -63,3 +63,5 @@
63
content: |
64
def extra_fn() -> None:
65
pass
66
+ env:
67
+ - MYPYPATH=./extras
0 commit comments