ray/cpp
clarng 2b270fd9cb
apply isort uniformly for a subset of directories (#25824)
Simplify isort filters and move it into isort cfg file.

With this change, isort will not longer apply to diffs other than to files that are in whitelisted directory (isort only supports blacklist so we implement that instead) This is much simpler than building our own whitelist logic since our formatter runs multiple codepaths depending on whether it is formatting a single file / PR / entire repo in CI.
2022-06-17 13:40:32 -07:00
..
example [Doc] Fix bad doc and recover doc of c++ api (#22213) 2022-02-08 19:04:37 +08:00
include/ray [Cpp worker]Support cpp call java task (#25757) 2022-06-16 10:02:46 +08:00
src/ray [C++ worker] move xlang test to separate test file (#25756) 2022-06-17 11:05:24 +08:00
BUILD.bazel [C++ worker] move xlang test to separate test file (#25756) 2022-06-17 11:05:24 +08:00
test_python_call_cpp.py apply isort uniformly for a subset of directories (#25824) 2022-06-17 13:40:32 -07:00