forked from pytorch/pytorch
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Excluded future functorch path from linters (pytorch#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: pytorch#81563 Approved by: https://github.com/ezyang
- Loading branch information
1 parent
99c464a
commit d82d208
Showing
2 changed files
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters