From 000229fcbb8beb956bcbf2813006358913b1926a Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Thu, 5 Dec 2019 23:05:28 +1100 Subject: [PATCH] Ignore venv files for PEP checking --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 61a1b69c6f..e56067f4ef 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,5 +6,5 @@ ignore = E501, E722, # - C901 - function is too complex C901, -exclude = .git,__pycache__,*/migrations/* +exclude = .git,__pycache__,*/migrations/*,*/lib/*,*/bin/* max-complexity = 20