mirror of
https://github.com/lemeow125/DRF_Template.git
synced 2024-11-16 19:59:24 +08:00
6 lines
105 B
TOML
6 lines
105 B
TOML
|
[tool.isort]
|
||
|
profile = "black"
|
||
|
|
||
|
[tool.autoflake]
|
||
|
check = true
|
||
|
imports = ["django", "requests", "urllib3"]
|