fix: fix woodpecker pipelines

This commit is contained in:
2026-04-26 10:29:02 +03:00
parent 32b8b4d02b
commit 6bf73c89ea
25 changed files with 331 additions and 112 deletions

11
.woodpecker/type.yaml Normal file
View File

@@ -0,0 +1,11 @@
when:
- event: [push, pull_request]
branch: dev
steps:
- name: type
image: python:3.11
commands:
- pip install uv
- uv sync --no-dev --only-group types
- uv run mypy .