##// END OF EJS Templates
merge with default for 5.6rc0
merge with default for 5.6rc0

File last commit:

r44605:5e84a96d default
r46723:0e06a7ab merge 5.6rc0 stable
Show More
black.toml
14 lines | 193 B | text/plain | TOMLLexer
[tool.black]
line-length = 80
exclude = '''
build/
| wheelhouse/
| dist/
| packages/
| \.hg/
| \.mypy_cache/
| \.venv/
| mercurial/thirdparty/
'''
skip-string-normalization = true
quiet = true