From 0ad1bac54cd3a9879ac8c1c2a1f23723a3f13614 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Fri, 29 Mar 2024 00:43:37 +0100 Subject: [PATCH] [pyproject] Remove configuration from unused tools --- pyproject.toml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9e80ba9..f15cb8d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -139,15 +139,6 @@ convention = "numpy" "tests/*.py" = ["D", "E501"] "doc/conf.py" = ["D"] -[tool.isort] -profile = "black" -line_length = 80 -order_by_type = true -lines_between_types = 1 - -[tool.black] -line-length = 80 - [tool.pytest.ini_options] addopts = ["--cov=clapper", "--cov-report=term-missing", "--import-mode=append"] junit_logging = "all" -- GitLab