Skip to content

Commit

Permalink
ensure flake8 ignores non-conforming python files generated by build
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: pytorch#13680

Differential Revision: D12964332

Pulled By: nairbv

fbshipit-source-id: a28358c265fd305f5f8cf893d25d34d6b5929210
  • Loading branch information
nairbv authored and facebook-github-bot committed Nov 7, 2018
1 parent d4f9dbf commit bf9b5df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[flake8]
max-line-length = 120
ignore = E305,E402,E721,E741,F401,F403,F405,F821,F841,F999,W503,W504
exclude = docs/src,venv,third_party,caffe2,scripts,docs/caffe2,tools/amd_build/pyHIPIFY
exclude = docs/src,venv,third_party,caffe2,scripts,docs/caffe2,tools/amd_build/pyHIPIFY,torch/lib/include,torch/lib/tmp_install

0 comments on commit bf9b5df

Please sign in to comment.