From 86e55cb8126067882408b014f72b1e12f46e33b6 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Mon, 27 Mar 2023 16:13:52 -0500 Subject: [PATCH] ignore migrations in the flake8 checking --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index aa61787..d0588fb 100644 --- a/tox.ini +++ b/tox.ini @@ -181,7 +181,7 @@ exclude = .tox/ versioneer.py _version.py - instance/ + **/migrations/ extend-ignore = T101 max-complexity = 10 max-line-length = 120