DRF_Template/pyproject.toml

6 lines
No EOL
105 B
TOML

[tool.isort]
profile = "black"
[tool.autoflake]
check = true
imports = ["django", "requests", "urllib3"]