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
-4
View File
@@ -137,10 +137,6 @@ jobs:
freqtrade create-userdir --userdir user_data
freqtrade hyperopt --datadir tests/testdata -e 6 --strategy SampleStrategy --hyperopt-loss SharpeHyperOptLossDaily --print-all
- name: Sort imports (isort)
run: |
isort --check .
- name: Run Ruff
run: |
ruff check --output-format=github