feat: обновлены версии зависимостей и линтеров
All checks were successful
Lint project / lint (push) Successful in 21s
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:
parent
ec3bf8883c
commit
864bc8eb3e
3
.github/workflows/lint.yaml
vendored
3
.github/workflows/lint.yaml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user