mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-06 21:43:59 +08:00
3f08a4ed10
Co-authored-by: Avasam <samuel.06@hotmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
16 lines
579 B
TOML
16 lines
579 B
TOML
version = "2.0.*"
|
|
upstream_repository = "https://github.com/unbit/uwsgi"
|
|
extra_description = """\
|
|
Type hints for uWSGI's \
|
|
[Python API](https://uwsgi-docs.readthedocs.io/en/latest/PythonModule.html). \
|
|
Note that this API is available only when running Python code inside a uWSGI process \
|
|
and some parts of the API are only present when corresponding configuration options \
|
|
have been enabled.
|
|
"""
|
|
|
|
[tool.stubtest]
|
|
# Run stubtest on MacOS as well, to check that the
|
|
# uWSGI-specific parts of stubtest_third_party.py
|
|
# also work there
|
|
ci_platforms = ["linux", "darwin"]
|