Upgrade linting configuration

This commit is contained in:
François Voron
2024-02-05 09:20:29 +01:00
parent cd5eaf1d51
commit 9d07464be1
8 changed files with 22 additions and 12 deletions

View File

@ -202,7 +202,7 @@ hatch run test
### Format the code
Execute the following command to apply `isort` and `black` formatting:
Execute the following command to apply linting and check typing:
```bash
hatch run lint