mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Add torch/package
to list of blacklinted folders (#77937)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/77937 Approved by: https://github.com/ezyang, https://github.com/seemethere
This commit is contained in:
committed by
PyTorch MergeBot
parent
a8467de6fa
commit
64c741e202
@ -559,6 +559,7 @@ code = 'BLACK'
|
||||
include_patterns = [
|
||||
'torchgen/**/*.py',
|
||||
'tools/**/*.py',
|
||||
'torch/package/**/*.py',
|
||||
'torch/onnx/**/*.py',
|
||||
'torch/_refs/**/*.py',
|
||||
'torch/_prims/**/*.py',
|
||||
|
Reference in New Issue
Block a user