pytorch
d82d2083 - Excluded future functorch path from linters (#81563)

Commit
3 years ago
Excluded future functorch path from linters (#81563) In preparation for the functorch->pytorch move, this PR excludes functorch paths from lint so we avoid breaking lint when we execute the move. We will fix and re-enable lint when we're done with the merge. Why not add all these linters to the pytorch/functorch repo now and fix all the lints? Because (1) it's easier to not add them, especially if we're moving out of there soon and (2) it's difficult to reproduce the linting setup 1:1 (I tried for a bit). Test Plan: - cp functorch to functorch, run `lintrunner`, observe all pass Pull Request resolved: https://github.com/pytorch/pytorch/pull/81563 Approved by: https://github.com/ezyang
Author
Committer
Parents
Loading