mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 08:33:07 +00:00
Update contributing with new ruff syntax
This commit is contained in:
@@ -48,7 +48,7 @@ pytest tests/test_<file_name>.py::test_<method_name>
|
|||||||
#### Run Ruff
|
#### Run Ruff
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
ruff .
|
ruff check .
|
||||||
```
|
```
|
||||||
|
|
||||||
We receive a lot of code that fails the `ruff` checks.
|
We receive a lot of code that fails the `ruff` checks.
|
||||||
|
|||||||
Reference in New Issue
Block a user