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:
Nikita Shulga
2022-05-20 16:37:09 +00:00
committed by PyTorch MergeBot
parent a8467de6fa
commit 64c741e202

View File

@ -559,6 +559,7 @@ code = 'BLACK'
include_patterns = [
'torchgen/**/*.py',
'tools/**/*.py',
'torch/package/**/*.py',
'torch/onnx/**/*.py',
'torch/_refs/**/*.py',
'torch/_prims/**/*.py',