mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Expand type checking to mypy strict files (#165697)
Expands Pyrefly type checking to check the files outlined in the mypy-strict.ini configuration file: Pull Request resolved: https://github.com/pytorch/pytorch/pull/165697 Approved by: https://github.com/ezyang
This commit is contained in:
committed by
PyTorch MergeBot
parent
9095a9dfae
commit
f02e3947f6
@ -60,6 +60,7 @@ class SegmentGenerator:
|
||||
df[time_col_name] = pd.to_datetime(df[time_col_name], unit="s", utc=True)
|
||||
|
||||
# get unique cmd names
|
||||
# pyrefly: ignore # bad-argument-type
|
||||
unique_cmds_df = pd.DataFrame(df[cmd_col_name].unique(), columns=[cmd_col_name])
|
||||
|
||||
# get all detected python cmds
|
||||
|
Reference in New Issue
Block a user