Update setup.cfg

This commit is contained in:
Tom Christie 2022-07-01 10:38:15 +01:00 committed by GitHub
parent 34d33c3dee
commit 39b54efd08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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]