summaryrefslogtreecommitdiff
path: root/docs/build
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2022-11-07 13:05:08 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2022-11-15 14:27:21 -0500
commitcfe87f59d1bbe0eaa49ae183ba29bc6721c66581 (patch)
tree1e603b5e17c69e8f105d1c23090c740caef36082 /docs/build
parentc76fd4bbf13a51c41429b7e14cba387d36536006 (diff)
downloadalembic-cfe87f59d1bbe0eaa49ae183ba29bc6721c66581.tar.gz
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
Diffstat (limited to 'docs/build')
-rw-r--r--docs/build/unreleased/1110.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/build/unreleased/1110.rst b/docs/build/unreleased/1110.rst
new file mode 100644
index 0000000..fe9cfff
--- /dev/null
+++ b/docs/build/unreleased/1110.rst
@@ -0,0 +1,10 @@
+.. change::
+ :tags: bug, typing
+ :tickets: 1110
+
+ 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.
+
+ Additionally updated the codebase for Mypy 0.990 compliance. \ No newline at end of file