"vscode:/vscode.git/clone" did not exist on "7b4b8129e310ba577ded511a4a4c2d54bab7357d"
Unverified Commit f1689ad0 authored by Hongzhi (Steve), Chen's avatar Hongzhi (Steve), Chen Committed by GitHub
Browse files

[Misc]Add pyproject.toml for autopep8 & black. (#4543)



* Add pyproject.toml for autopep8.

* Add pyproject.toml for autopep8.
Co-authored-by: default avatarSteve <ubuntu@ip-172-31-34-29.ap-northeast-1.compute.internal>
parent 36dbccee
[tool.black]
line-length = 80
[tool.autopep8]
max_line_length = 80
in-place = true
aggressive = 3
# Add the path to here if you want to exclude them from autopep8 auto reformat.
# When a directory or multiple files are passed to autopep8, it will ignore the
# following directory and files. It is not recommended to pass a directory to
# autopep8.
exclude = '''
.github/*,
build/*,
cmake/*,
conda/*,
docker/*,
third_party/*,
'''
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