pyproject.toml: update dependencies

This commit is contained in:
Sina Atalay
2024-06-24 16:08:25 +03:00
parent 4fc622dd4d
commit 82df86403a
2 changed files with 25 additions and 14 deletions

View File

@@ -79,6 +79,10 @@ These commands are defined in the [`pyproject.toml`](https://github.com/sinaatal
```bash
hatch run default:lint
```
- Sort the imports with [isort](https://github.com/timothycrosley/isort/):
```bash
hatch run default:sort-imports
```
- Run the tests:
```bash
hatch run test:run