pyproject.toml: update dependencies

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

No files matched your search

+4
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