django-rest-framework/setup.cfg
2024-02-27 14:37:09 +01:00

4 lines
100 B
INI

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