fix ci and pyproject

This commit is contained in:
2025-10-22 13:58:49 +03:00
parent 4f5481fa70
commit ec42e63d80
6 changed files with 33 additions and 20 deletions
+2 -2
View File
@@ -24,8 +24,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install mypy
pip install .
pip install uv
uv sync --group typecheckers
- name: Run type checker
run: mypy -p argenta
+2 -1
View File
@@ -24,7 +24,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install ruff
pip install uv
uv sync --group linters
- name: Run linter
run: ruff check ./src
+2 -2
View File
@@ -25,7 +25,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install uv
uv sync --group dev
uv sync --group tests
- name: Run tests
run: uv run python -m pytest tests
run: pytest tests