Update documentation to reflect ruff

This commit is contained in:
Matthias
2024-05-13 19:36:34 +02:00
parent e848c6494e
commit 33b95e27de
2 changed files with 12 additions and 5 deletions

View File

@@ -72,12 +72,12 @@ you can manually run pre-commit with `pre-commit run -a`.
mypy freqtrade
```
### 4. Ensure all imports are correct
### 4. Ensure formatting is correct
#### Run isort
#### Run ruff
``` bash
isort .
ruff format .
```
## (Core)-Committer Guide