File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11version = " 1.7.*"
22upstream-repository = " https://github.com/zopefoundation/fanstatic"
33dependencies = [" types-WebOb" , " types-setuptools" ]
4-
5- # When ran directly on our stubs, mypy won't understand that they are partial
6- # This is not an issue with pyright because it understands per-module py.typed (setuptools/_distutils/py.typed)
7- [mypy-tests .distutils ]
8- module-name = " setuptools._distutils.*"
9- values = { "follow_untyped_imports" = true }
Original file line number Diff line number Diff line change @@ -9,12 +9,6 @@ dependencies = ["setuptools"] # For setuptools._distutils
99# Type-checkers should not skip it just because `types-setuptools` is installed.
1010partial-stub = true
1111
12- # When ran directly on our stubs, mypy won't understand that they are partial
13- # This is not an issue with pyright because it understands per-module py.typed (setuptools/_distutils/py.typed)
14- [mypy-tests .distutils ]
15- module-name = " setuptools._distutils.*"
16- values = { "follow_untyped_imports" = true }
17-
1812[tool .stubtest ]
1913# darwin is equivalent to linux for OS-specific methods
2014ci-platforms = [" linux" , " win32" ]
You can’t perform that action at this time.
0 commit comments