You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
bluenote10
added
bug
Something that is supposed to be working; but isn't
triage
Needs triage (eg: priority, bug/not-bug, and owning component)
labels
Nov 25, 2024
What happened + What you expected to happen
When type checking a project with
mypy
that use ray, the mypy type check prints warnings due to usages of invalid escape sequences in the Ray sources:This is the output of running
mypy .
using ray 2.39.0:Our source files contains just an
import ray
and accessesray.data.from_huggingface(...)
.Looking at the master branch, the offending
\
still seem to be there, but on different lines now:ray/python/ray/data/grouped_data.py
Lines 357 to 358 in ba8674a
Versions / Dependencies
ray==2.39.0
mypy==1.13.0
Reproduction script
Issue Severity
None
The text was updated successfully, but these errors were encountered: