From 9cfcbd1c22af4de03a2d4919073abb601732c4c5 Mon Sep 17 00:00:00 2001 From: Santiago Lamora Date: Thu, 10 Feb 2022 11:36:34 +0100 Subject: [PATCH] flake8: exclude legacy code --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 2f5d68fc..d9fa1946 100644 --- a/tox.ini +++ b/tox.ini @@ -2,6 +2,8 @@ count = True exclude = migrations + resources # exclude code that will be deprecated + tests # exclude code that will be deprecated max-complexity = 10 max-line-length = 120 show-source = True