##// END OF EJS Templates
py3: add inline comment about encoding issue of str(Abort())
py3: add inline comment about encoding issue of str(Abort())

File last commit:

r43704:2247bf3c stable
r44121:ca3dca41 5.2 stable
Show More
black.toml
15 lines | 221 B | application/toml | TOMLLexer
[tool.black]
line-length = 80
exclude = '''
build/
| wheelhouse/
| dist/
| packages/
| \.hg/
| \.mypy_cache/
| \.venv/
| mercurial/thirdparty/
| contrib/python-zstandard/
'''
skip-string-normalization = true
quiet = true