From 80c189fe638dcf8375adaf9b5281e2f7417dbf44 Mon Sep 17 00:00:00 2001 From: James McKinney <26463+jpmckinney@users.noreply.github.com> Date: Mon, 11 Nov 2024 15:56:00 -0500 Subject: [PATCH] chore(flake8): Ignore migrations/ in all directories --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 3d351c8..a394494 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,4 +2,4 @@ universal = 1 [flake8] max-line-length=100 -exclude = opencivicdata/*/migrations +exclude = */migrations