This commit is contained in:
2026-06-21 15:38:08 +08:00
parent db18ca4978
commit be03662e4c
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -38,10 +38,10 @@ jobs:
run: uv sync --extra dev --frozen run: uv sync --extra dev --frozen
- name: Ruff 检查 - name: Ruff 检查
run: uv run ruff check src tests examples run: uv run ruff check src tests
- name: Ruff 格式检查 - name: Ruff 格式检查
run: uv run ruff format --check src tests examples run: uv run ruff format --check src tests
# ───────────────────────────────────────────────────────────── # ─────────────────────────────────────────────────────────────
# typecheckmypy 严格类型检查 # typecheckmypy 严格类型检查
+1 -1
View File
@@ -2,7 +2,7 @@
> 轻量、类型安全的 DAG 任务调度器。 > 轻量、类型安全的 DAG 任务调度器。
[![CI](https://github.com/pyflowx/pyflowx/actions/workflows/ci.yml/badge.svg)](https://github.com/pyflowx/pyflowx/actions/workflows/ci.yml) [![CI](https://github.com/gookeryoung/pyflowx/actions/workflows/ci.yml/badge.svg)](https://github.com/gookeryoung/pyflowx/actions/workflows/ci.yml)
[![PyPI](https://img.shields.io/pypi/v/pyflowx.svg)](https://pypi.org/project/pyflowx/) [![PyPI](https://img.shields.io/pypi/v/pyflowx.svg)](https://pypi.org/project/pyflowx/)
[![Python](https://img.shields.io/pypi/pyversions/pyflowx.svg)](https://pypi.org/project/pyflowx/) [![Python](https://img.shields.io/pypi/pyversions/pyflowx.svg)](https://pypi.org/project/pyflowx/)
[![Coverage](https://img.shields.io/badge/coverage-100%25-brightgreen.svg)](https://github.com/pyflowx/pyflowx) [![Coverage](https://img.shields.io/badge/coverage-100%25-brightgreen.svg)](https://github.com/pyflowx/pyflowx)