From b20f62d929eed84ad18020bb82dd43d8cb70da4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Gr=C3=B6nholm?= Date: Wed, 20 Apr 2022 01:00:57 +0300 Subject: Switched to Black for code formatting --- pyproject.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 722b50b..6ee7ff4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,11 +27,7 @@ show_missing = true [tool.isort] src_paths = ["src"] skip_gitignore = true -line_length = 99 -multi_line_output = 4 - -[tool.autopep8] -max_line_length = 99 +profile = "black" [tool.flake8] max-line-length = 99 -- cgit v1.2.1