chore: обновление Poetry до актуальной версии (2.1.3) и правка структуры проекта.
Some checks failed
Lint project / lint (push) Has been cancelled

This commit is contained in:
2025-07-18 16:57:50 +04:00
parent ae14c51b0e
commit 170492a5c2
7 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install poetry==2.0.0
pip install poetry==2.1.3
poetry install
poetry run pre-commit install

View File

@ -29,7 +29,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install poetry==2.0.0
pip install poetry==2.1.3
poetry install
poetry run pre-commit install