From 1684d0ee89c0fc6b0b90bc5db614468b31119e9d Mon Sep 17 00:00:00 2001 From: CaselIT Date: Mon, 2 May 2022 22:53:39 +0200 Subject: 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 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'pyproject.toml') 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 = [ -- cgit v1.2.1