django-rest-framework/setup.cfg

4 lines
100 B
INI

[flake8]
ignore = E501,W503,W504
banned-modules = json = use from rest_framework.utils import json!