mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-26 05:41:11 +08:00
8 lines
189 B
TOML
8 lines
189 B
TOML
version = "4.0.*"
|
|
# Requires a version of flask with a `py.typed` file
|
|
requires = ["Flask>=2.0.0", "types-Flask-SQLAlchemy"]
|
|
partial_stub = true
|
|
|
|
[tool.stubtest]
|
|
ignore_missing_stub = true
|