mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-12 10:52:31 +08:00
Use dashes instead of underscores for METADATA.toml field names (#15614)
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
version = "4.0.0"
|
||||
upstream_repository = "https://github.com/coleifer/peewee"
|
||||
upstream-repository = "https://github.com/coleifer/peewee"
|
||||
# We're not providing stubs for all playhouse modules right now
|
||||
# https://github.com/python/typeshed/pull/11731#issuecomment-2065729058
|
||||
partial_stub = true
|
||||
partial-stub = true
|
||||
|
||||
[tool.stubtest]
|
||||
stubtest_dependencies = ["Flask>=2.0.0"]
|
||||
stubtest-dependencies = ["Flask>=2.0.0"]
|
||||
# Using stubtest_allowlist to ignore playhouse modules we don't provide.
|
||||
ignore_missing_stub = false
|
||||
ignore-missing-stub = false
|
||||
|
||||
Reference in New Issue
Block a user