ray-project--ray
10 行
172 B
Bash
可执行文件
10 行
172 B
Bash
可执行文件
#!/bin/bash
|
|
|
|
set -euo pipefail
|
|
|
|
pip install pyrefly==0.51.0
|
|
|
|
find python/ray/data -name '*.py' \
|
|
| grep -vFf ci/lint/pyrefly-excluded-files.txt \
|
|
| xargs pyrefly check
|