fix: fix woodpecker pipelines
Some checks failed
ci/woodpecker/pr/lints Pipeline failed
ci/woodpecker/pr/tests Pipeline was successful
ci/woodpecker/pr/types Pipeline failed

This commit is contained in:
2026-04-26 10:29:02 +03:00
parent 32b8b4d02b
commit 725908a864
24 changed files with 301 additions and 109 deletions

View File

@@ -342,7 +342,7 @@ def update_readme(check_only: bool = False) -> bool:
return False
def main():
def main() -> None:
import sys
check_only = "--check" in sys.argv