Skip to content

Commit fa121a5

Browse files
chore(pyrefly): whitelist data_plane __init__ files
Pyrefly's gating message for each file with zero errors that isn't in project-includes: "File <path> has zero errors but is not in pyrefly.toml in the 'project-includes' list. Please add it to this whitelist." Adds the two data_plane __init__.py files (the only ones under nemo_rl/data_plane/), inserted alphabetically. Signed-off-by: Zhiyu Li <zhiyul@NVIDIA.com>
1 parent f8add06 commit fa121a5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pyrefly.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ 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",
9193
"nemo_rl/distributed/__init__.py",
9294
"nemo_rl/distributed/collectives.py",
9395
"nemo_rl/distributed/named_sharding.py",

0 commit comments

Comments
 (0)