[CI] add codespell CI and fix format.sh (#827)

1. Fix format check error to make format.sh work
2. Add codespell check CI 
3. Add the missing required package for vllm-ascend.

Signed-off-by: wangxiyuan <wangxiyuan1007@gmail.com>
This commit is contained in:
wangxiyuan
2025-05-12 22:04:48 +08:00
committed by GitHub
parent 5998704c08
commit 6193ba679b
11 changed files with 60 additions and 8 deletions

View File

@@ -105,7 +105,7 @@ def metadata_collect_trigger(poller, router_socket):
start_time = time.time()
socks = dict(poller.poll(timeout=500)) # timeout in 500ms
if socks:
logger.debug("receive socks from moniter threads: ", socks)
logger.debug("receive socks from monitor threads: ", socks)
if router_socket in socks:
messages = router_socket.recv_multipart()
try: