Update README

This commit is contained in:
François Voron
2024-02-05 09:24:09 +01:00
parent 8ef6699ab7
commit a49f7f49c4

View File

@@ -197,7 +197,7 @@ We use [Hatch](https://hatch.pypa.io/latest/install/) to manage the development
You can run all the tests with:
```bash
hatch run test
hatch run test:test
```
### Format the code