Update contributing with new ruff syntax

pull/9929/head
Matthias 2 years ago
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…
Cancel
Save