From 39b54efd083a05d586c9a81384c0a27020f3be5f Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Fri, 1 Jul 2022 10:38:15 +0100 Subject: [PATCH] Update setup.cfg --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index abb7cca90..0b0fec5a7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,7 +6,7 @@ addopts=--tb=short --strict -ra testspath = tests [flake8] -ignore = E501,W504 +ignore = E501,W503,W504 banned-modules = json = use from rest_framework.utils import json! [isort]