mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Update contributing with new ruff syntax
This commit is contained in:
parent
8d22fbf39c
commit
76459f08aa
|
@ -48,7 +48,7 @@ pytest tests/test_<file_name>.py::test_<method_name>
|
|||
#### Run Ruff
|
||||
|
||||
```bash
|
||||
ruff .
|
||||
ruff check .
|
||||
```
|
||||
|
||||
We receive a lot of code that fails the `ruff` checks.
|
||||
|
|
Loading…
Reference in New Issue
Block a user