mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-11 09:08:27 +08:00
Complete Flask-Migrate and mark as Strict (#10971)
This commit is contained in:
@@ -1,8 +1,4 @@
|
||||
version = "4.0.*"
|
||||
upstream_repository = "https://github.com/miguelgrinberg/flask-migrate"
|
||||
upstream_repository = "https://github.com/miguelgrinberg/Flask-Migrate"
|
||||
# Requires versions of flask and Flask-SQLAlchemy with `py.typed` files
|
||||
requires = ["Flask>=2.0.0", "Flask-SQLAlchemy>=3.0.1"]
|
||||
partial_stub = true
|
||||
|
||||
[tool.stubtest]
|
||||
ignore_missing_stub = true
|
||||
requires = ["Flask-SQLAlchemy>=3.0.1", "Flask>=2.0.0"]
|
||||
|
||||
Reference in New Issue
Block a user