mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-10-08 21:07:02 +03:00
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>
4 lines
100 B
INI
4 lines
100 B
INI
[flake8]
|
|
ignore = E501,W503,W504
|
|
banned-modules = json = use from rest_framework.utils import json!
|