summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authormike bayer <mike_mp@zzzcomputing.com>2022-11-16 00:01:14 +0000
committerGerrit Code Review <gerrit@ci3.zzzcomputing.com>2022-11-16 00:01:14 +0000
commitfc451e60731ad5b8d73255f0a1996e1d4e0f20de (patch)
treef2473f05db9c21883b064b8e7e66871a7dbbf262 /docs
parent7a516ebefb8f6bf9041c51aa8711fa2a3a3f4bcd (diff)
parentcfe87f59d1bbe0eaa49ae183ba29bc6721c66581 (diff)
downloadalembic-fc451e60731ad5b8d73255f0a1996e1d4e0f20de.tar.gz
Merge "add typing parameters" into main
Diffstat (limited to 'docs')
-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