From b0c4c80e5c3fd4d285c31db8a715c4adbbce46b7 Mon Sep 17 00:00:00 2001 From: Kian-Tat Lim Date: Mon, 20 May 2024 01:29:41 -0700 Subject: [PATCH] Ignore alembic for flake8. --- setup.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 373dc0c1..c0959d8c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -7,4 +7,5 @@ exclude = doc, **/*/__init__.py, **/*/version.py, - tests/.tests + tests/.tests, + alembic/*/versions