From a8dbb91640ad321fe1f50379fcd41d8a6cbf888a Mon Sep 17 00:00:00 2001 From: insolor <2442833+insolor@users.noreply.github.com> Date: Sun, 1 Sep 2024 11:54:12 +0300 Subject: [PATCH] Remove black and isort configuration --- pyproject.toml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 00a36e0..76ec02f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,13 +33,6 @@ create_mod = "df_translation_toolkit.create_mod.cli:app" requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api" -[tool.black] -line-length = 120 - -[tool.isort] -profile = "black" -line_length = 120 - [tool.ruff] target-version = "py310" line-length = 120