mirror of
https://github.com/lemeow125/DRF_Template.git
synced 2024-11-16 19:59:24 +08:00
Add pyproject.toml for linting
This commit is contained in:
parent
1c1a5ae1c4
commit
1c20a68cb0
1 changed files with 6 additions and 0 deletions
6
pyproject.toml
Normal file
6
pyproject.toml
Normal file
|
@ -0,0 +1,6 @@
|
|||
[tool.isort]
|
||||
profile = "black"
|
||||
|
||||
[tool.autoflake]
|
||||
check = true
|
||||
imports = ["django", "requests", "urllib3"]
|
Loading…
Reference in a new issue