DRF_Template/pyproject.toml

6 lines
105 B
TOML
Raw Permalink Normal View History

2024-10-31 00:34:50 +08:00
[tool.isort]
profile = "black"
[tool.autoflake]
check = true
imports = ["django", "requests", "urllib3"]