Make functorch notebook symlinks PEP 517 valid (#157813)

Pull Request resolved: https://github.com/pytorch/pytorch/pull/157813
Approved by: https://github.com/zou3519, https://github.com/atalman
This commit is contained in:
Klaus Zimmermann
2025-09-11 14:27:34 +02:00
committed by PyTorch MergeBot
parent 872ed60679
commit 31345fb4f7
17 changed files with 19 additions and 21 deletions

View File

@ -278,7 +278,7 @@ keep-runtime-typing = true
"PYI021", # docstring-in-stub
"PYI053", # string-or-bytes-too-long
]
"functorch/notebooks/**" = [
"functorch/docs/source/tutorials/**" = [
"F401",
]
"test/export/**" = [