##// END OF EJS Templates
merge to stable for 5.3 release freeze
merge to stable for 5.3 release freeze

File last commit:

r43704:2247bf3c stable
r44975:84a0102c merge 5.3rc0 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