From 4c45e610b8f1f65188c157d265b75d127f4f8576 Mon Sep 17 00:00:00 2001 From: Maximilian Roos Date: Mon, 9 Sep 2024 10:11:53 -0700 Subject: [PATCH] Remove isort config RIP, one of the original great python tools --- pyproject.toml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 29bd609..2c89f72 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,13 +37,6 @@ ruff = "^0.2.1" # Currently causing Windows to break on 3.10 # pdbpp = "^0.10.3" -[tool.isort] -default_section = "THIRDPARTY" -float_to_top = true -known_first_party = ["pytest-accept"] -profile = "black" -skip_gitignore = true - [tool.pytest.ini_options] addopts = ["--strict-config", "--strict-markers", "--doctest-modules"] doctest_optionflags = "NORMALIZE_WHITESPACE IGNORE_EXCEPTION_DETAIL ELLIPSIS"