From 1c20a68cb0ed5d059a5f558631863bd09ac76883 Mon Sep 17 00:00:00 2001 From: Keannu Bernasol Date: Thu, 31 Oct 2024 00:34:50 +0800 Subject: [PATCH] Add pyproject.toml for linting --- pyproject.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..0f479a1 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,6 @@ +[tool.isort] +profile = "black" + +[tool.autoflake] +check = true +imports = ["django", "requests", "urllib3"] \ No newline at end of file