]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
restore default values for keyword arguments in stubs
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 30 Aug 2021 18:30:37 +0000 (14:30 -0400)
committermike bayer <mike_mp@zzzcomputing.com>
Mon, 30 Aug 2021 20:14:31 +0000 (20:14 +0000)
commitff8fd160ad007cd00353a138457275474a122ff2
treee47dcc5dc4f070b11998d522670f205c1aa69122
parentecf6217ab5096bda75fd8ae4e819f412c020c096
restore default values for keyword arguments in stubs

Fixed issue in generated .pyi files where default values for ``Optional``
arguments were missing, thereby causing mypy to consider them as required.

Change-Id: I08c4cd7bd04c6763fdc9c5b42abbdcca8fd90e0e
Fixes: #895
alembic/context.pyi
alembic/op.pyi
docs/build/unreleased/895.rst [new file with mode: 0644]
tools/write_pyi.py