Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
feat: update makefile
Browse files
Makefile
CHANGED
|
@@ -11,3 +11,7 @@ quality:
|
|
| 11 |
python -m black --check --line-length 119 .
|
| 12 |
python -m isort --check-only .
|
| 13 |
ruff check .
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
python -m black --check --line-length 119 .
|
| 12 |
python -m isort --check-only .
|
| 13 |
ruff check .
|
| 14 |
+
|
| 15 |
+
|
| 16 |
+
test:
|
| 17 |
+
python -m pytest tests
|