feat: обновлены версии зависимостей и линтеров
All checks were successful
Lint project / lint (push) Successful in 21s

- Обновлена версия `poetry` до 2.0.0 в файлах `.gitea/workflows/lint.yaml` и `.github/workflows/lint.yaml`.
- Удалены неиспользуемые переменные окружения: `RUNNER_TOOL_CACHE`, `AGENT_TOOLSDIRECTORY`.
This commit is contained in:
proDream 2025-01-10 02:44:48 +04:00
parent ec3bf8883c
commit 864bc8eb3e

View File

@ -17,9 +17,6 @@ jobs:
uses: actions/setup-python@v5 uses: actions/setup-python@v5
with: with:
python-version: "3.12" python-version: "3.12"
cache: 'pip'
env:
AGENT_TOOLSDIRECTORY: /opt/hostedtoolcache
- name: Cache pre-commit hooks - name: Cache pre-commit hooks
id: cache-pre-commit id: cache-pre-commit