summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorCaselIT <cfederico87@gmail.com>2022-05-02 22:53:39 +0200
committerCaselIT <cfederico87@gmail.com>2022-05-03 22:42:40 +0200
commit1684d0ee89c0fc6b0b90bc5db614468b31119e9d (patch)
treeef855470bd910e7ecbebc00b7f9ecb1614f0058c /pyproject.toml
parentcfe92fac6794515d3aa3b995e288b11d5c9437fa (diff)
downloadalembic-1684d0ee89c0fc6b0b90bc5db614468b31119e9d.tar.gz
Fix downgrade with effective head
Fixed issue where downgrade using a relative revision would fail in case of multiple branches with a single effectively head due to interdependencies between revisions. Fixes: #1026 Change-Id: I79f5595fb9d03124db8039345055571a9134eecd
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 721b0db..e766501 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -7,6 +7,7 @@ exclude = [
'alembic/template',
'alembic.testing.*',
]
+show_error_codes = true
[[tool.mypy.overrides]]
module = [