Skip to content

Commit c000528

Browse files
authored
fix: temporarily disable pyrefly (#294)
1 parent d5d66a3 commit c000528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/lint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ uv run --directory "${PY_DIR}" mypy .
3131
# Add pylyzer, ty, and pyrefly
3232
#uv run --directory "${PY_DIR}" pylyzer --check .
3333
#uv run --directory "${PY_DIR}" ty check
34-
uv run --directory "${PY_DIR}" pyrefly check
34+
#uv run --directory "${PY_DIR}" pyrefly check

0 commit comments

Comments
 (0)