mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-08-06 21:08:43 +00:00
fix(ci): lock the ruff version from the backend Makefile (#4435)
This commit is contained in:
parent
5f0108f56c
commit
959f052750
@ -14,11 +14,11 @@ test-blocking-io:
|
|||||||
PYTHONPATH=. PYTHONIOENCODING=utf-8 PYTHONUTF8=1 uv run pytest tests/blocking_io -q --tb=short
|
PYTHONPATH=. PYTHONIOENCODING=utf-8 PYTHONUTF8=1 uv run pytest tests/blocking_io -q --tb=short
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
uvx ruff check .
|
uv run ruff check .
|
||||||
uvx ruff format --check .
|
uv run ruff format --check .
|
||||||
|
|
||||||
format:
|
format:
|
||||||
uvx ruff check . --fix && uvx ruff format .
|
uv run ruff check . --fix && uv run ruff format .
|
||||||
|
|
||||||
detect-blocking-io:
|
detect-blocking-io:
|
||||||
@PYTHONPATH=. PYTHONIOENCODING=utf-8 PYTHONUTF8=1 uv run python ../scripts/detect_blocking_io_static.py --output ../.deer-flow/blocking-io-findings.json
|
@PYTHONPATH=. PYTHONIOENCODING=utf-8 PYTHONUTF8=1 uv run python ../scripts/detect_blocking_io_static.py --output ../.deer-flow/blocking-io-findings.json
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user