mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
Summary: As discussed in call, this will allow us to keep this integral part of the effort to run PyTorch on ROCm in sync with the main code. Pull Request resolved: https://github.com/pytorch/pytorch/pull/8812 Reviewed By: ezyang Differential Revision: D8796245 Pulled By: bddppq fbshipit-source-id: 8e12c2acf6a7e0740f31b21e50be74e10ed8b12c
4 lines
178 B
INI
4 lines
178 B
INI
[flake8]
|
|
max-line-length = 120
|
|
ignore = E305,E402,E721,E741,F401,F403,F405,F821,F841,F999
|
|
exclude = docs/src,venv,third_party,caffe2,scripts,docs/caffe2,tools/amd_build/pyHIPIFY
|