From 03eb6f7ef11be335a9e26b42707bba37faa11416 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Thu, 2 May 2019 17:44:01 +1000 Subject: [PATCH] Exclude migration files from PEP --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index f6f50b0c03..697f6d1f02 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,5 +4,5 @@ ignore = W293, # - E501 - line too long (82 characters) E501 -exclude = .git,__pycache__ +exclude = .git,__pycache__,*/migrations/* max-complexity = 20