diff --git a/setup.cfg b/setup.cfg index 3ef65d1ece..9ab5ec2f0a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,5 +16,5 @@ no-path-adjustment=1 #pdb=1 [pep8] -ignore=E501,E265 +ignore=E501,E265,W602 exclude=migrations