author | Augie Fackler <augie@google.com> |
Mon, 14 Oct 2019 12:46:32 -0400 | |
changeset 43222 | 8f89899a5446 |
parent 43064 | pyproject.toml@929678eb4cbd |
child 43223 | 15c05732d177 |
permissions | -rw-r--r-- |
43064
929678eb4cbd
black: add a pyproject.toml that contains our black settings
Augie Fackler <augie@google.com>
parents:
diff
changeset
|
1 |
[tool.black] |
929678eb4cbd
black: add a pyproject.toml that contains our black settings
Augie Fackler <augie@google.com>
parents:
diff
changeset
|
2 |
line-length = 80 |
929678eb4cbd
black: add a pyproject.toml that contains our black settings
Augie Fackler <augie@google.com>
parents:
diff
changeset
|
3 |
exclude = 'build/|wheelhouse/|dist/|packages/|\.hg/|\.mypy_cache/|\.venv/|mercurial/thirdparty/|hgext/fsmonitor/pywatchman/|contrib/python-zstandard/' |