Python functions to get top-level importables names
0

Configure Feed

Select the types of activity you want to include in your feed.

Ignore more typing issues from external packages

Juan Luis Cano Rodríguez (Dec 4, 2023, 10:21 PM +0100) e5d02d12 5fc76c54

+4
+4
pyproject.toml
··· 102 102 module = "pyproject_hooks.*" 103 103 ignore_missing_imports = true 104 104 105 + [[tool.mypy.overrides]] 106 + module = "setuptools.*" 107 + ignore_missing_imports = true 108 + 105 109 [tool.pytest.ini_options] 106 110 testpaths = [ 107 111 "tests",