Unverified Commit 1bb1115f authored by Krishna Kalyan's avatar Krishna Kalyan Committed by GitHub
Browse files

Merge flake8 configurations (#1172)


Co-authored-by: default avatarkrishnakalyan3 <skalyan@cloudera.com>
parent 7a36c557
[flake8] [flake8]
max-line-length = 120 max-line-length = 120
ignore = E305,E402,E721,E741,F401,F403,F405,F999,W503,W504 ignore = E305,E402,E721,E741,F401,F403,F405,W503,W504,F999
exclude = build,docs/source,_ext,third_party exclude = build,docs/source,_ext,third_party
\ No newline at end of file
[flake8]
max-line-length = 120
ignore = E305,E402,E721,E741,F401,F403,F405,F821,F841,F999
exclude = docs/src,venv,torch/lib/gloo,torch/lib/pybind11,torch/lib/nanopb
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment