mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 05:51:52 +08:00
11 lines
328 B
TOML
11 lines
328 B
TOML
version = "4.23.*"
|
|
upstream_repository = "https://github.com/python-jsonschema/jsonschema"
|
|
requires = ["referencing"]
|
|
partial_stub = true
|
|
|
|
[tool.stubtest]
|
|
ignore_missing_stub = true
|
|
extras = ["format"]
|
|
# see https://github.com/python/typeshed/issues/12107 for the reason for the pin
|
|
stubtest_requirements = ["webcolors<24.6.0"]
|