view black.toml @ 44586:0424a9134bcf

osutil: move declaration to top of the scope Otherwise the build would fail with -Werror=declaration-after-statement.
author Yuya Nishihara <yuya@tcha.org>
date Sun, 22 Mar 2020 18:40:04 +0900
parents 5e84a96d865b
children
line wrap: on
line source

[tool.black]
line-length = 80
exclude = '''
build/
| wheelhouse/
| dist/
| packages/
| \.hg/
| \.mypy_cache/
| \.venv/
| mercurial/thirdparty/
'''
skip-string-normalization = true
quiet = true