Skip to content

Commit 8de60a8

Browse files
chore(pyrefly): whitelist new data_plane zero-error files
Adds the data_plane source files this branch introduces, surfaced by pyrefly's project-includes gate: * nemo_rl/data_plane/__init__.py * nemo_rl/data_plane/adapters/__init__.py * nemo_rl/data_plane/adapters/noop.py * nemo_rl/data_plane/factory.py Verified locally with the exact CI loop; TOTAL MISSING (for files in this branch's diff): 0. Signed-off-by: Zhiyu Li <zhiyul@NVIDIA.com>
1 parent f8add06 commit 8de60a8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pyrefly.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,10 @@ project-includes = [
8888
"nemo_rl/data/multimodal_utils.py",
8989
"nemo_rl/data/packing/__init__.py",
9090
"nemo_rl/data/processors.py",
91+
"nemo_rl/data_plane/__init__.py",
92+
"nemo_rl/data_plane/adapters/__init__.py",
93+
"nemo_rl/data_plane/adapters/noop.py",
94+
"nemo_rl/data_plane/factory.py",
9195
"nemo_rl/distributed/__init__.py",
9296
"nemo_rl/distributed/collectives.py",
9397
"nemo_rl/distributed/named_sharding.py",

0 commit comments

Comments
 (0)