Add pyproject.toml for linting

This commit is contained in:
Keannu Bernasol 2024-10-31 00:34:50 +08:00
parent 1c1a5ae1c4
commit 1c20a68cb0

6
pyproject.toml Normal file
View file

@ -0,0 +1,6 @@
[tool.isort]
profile = "black"
[tool.autoflake]
check = true
imports = ["django", "requests", "urllib3"]