From c424c21cc1d994b680febb823c19141af6ee5dc8 Mon Sep 17 00:00:00 2001 From: Han Lee Date: Sun, 26 Nov 2023 06:17:21 +0000 Subject: [PATCH] chore: remove black --- pyproject.toml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ba3faf5..587fb90 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,19 +1,3 @@ -[tool.black] -line-length = 120 -target-version = ['py310'] -include = '\.pyi?$' -extend-exclude = ''' -/( - # The following are specific to Black, you probably don't want those. - tests/data - | profiling -)/ -''' -# We use preview style for formatting Black itself. If you -# want stable formatting across releases, you should keep -# this off. -preview = true - [tool.isort] profile = "black" filter_files = true