-
Notifications
You must be signed in to change notification settings - Fork 24.9k
Closed
Labels
module: flaky-testsProblem is a flaky test in CIProblem is a flaky test in CItriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module
Description
mypy_wrapper's logic for excluding files doesn't totally match up with mypy itself (though the file below isn't listed in mypy.ini
's exclude
s, so who knows what's really going on)
# this fails (but shouldn't lint this file at all)
python tools/mypy_wrapper.py $(pwd)/torch/nn/parallel/distributed.py
# but this works
mypy --config mypy.ini
Metadata
Metadata
Assignees
Labels
module: flaky-testsProblem is a flaky test in CIProblem is a flaky test in CItriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module