Update contributing with new ruff syntax

This commit is contained in:
Matthias 2024-03-11 17:49:40 +01:00
parent 8d22fbf39c
commit 76459f08aa

View File

@ -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.