django-rest-framework/setup.cfg
Mathieu Dupuy 2001878298
Migrate packaging to pyproject.toml (#9056)
Co-authored-by: Terence Honles <terence@honles.com>
Co-authored-by: Terence Honles <terencehonles@users.noreply.github.com>
Co-authored-by: Bruno Alla <alla.brunoo@gmail.com>
2025-09-19 11:45:47 +01:00

4 lines
100 B
INI

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