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

- Обновлена версия `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:42:29 +04:00
parent 3efa24a521
commit ec3bf8883c

View File

@ -18,6 +18,8 @@ jobs:
with: with:
python-version: "3.12" python-version: "3.12"
cache: 'pip' 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