chore: remove isort - ruff covers this already

This commit is contained in:
Matthias
2026-03-15 08:56:55 +01:00
parent 3d56701e20
commit 9524fc0f81
4 changed files with 0 additions and 21 deletions
-9
View File
@@ -99,7 +99,6 @@ freqai_rl = [
"tqdm",
]
develop = [
"isort",
"mypy",
"pre-commit",
"pytest-asyncio",
@@ -153,14 +152,6 @@ namespaces = true
[tool.setuptools.dynamic]
version = {attr = "freqtrade.__version__"}
[tool.isort]
line_length = 100
profile = "black"
# multi_line_output=3
lines_after_imports=2
skip_glob = ["**/.env*", "**/env/*", "**/.venv/*", "**/docs/*", "**/user_data/*"]
known_first_party = ["freqtrade_client"]
[tool.pytest.ini_options]
# TODO: should be migrated to [tool.pytest] as support for this was added in 9.0
log_format = "%(asctime)s %(levelname)s %(message)s"