]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
add typing parameters
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 7 Nov 2022 18:05:08 +0000 (13:05 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 15 Nov 2022 19:27:21 +0000 (14:27 -0500)
commitcfe87f59d1bbe0eaa49ae183ba29bc6721c66581
tree1e603b5e17c69e8f105d1c23090c740caef36082
parentc76fd4bbf13a51c41429b7e14cba387d36536006
add typing parameters

Fixed typing issue where :paramref:`.revision.process_revision_directives`
was not fully typed; additionally ensured all ``Callable`` and ``Dict``
arguments to :meth:`.EnvironmentContext.configure` include parameters in
the typing declaration.

Change-Id: I3ac389992f357359439be5659af33525fc290f96
Fixes: #1110
alembic/command.py
alembic/config.py
alembic/context.pyi
alembic/op.pyi
alembic/operations/base.py
alembic/runtime/environment.py
alembic/util/langhelpers.py
docs/build/unreleased/1110.rst [new file with mode: 0644]
tools/write_pyi.py