##// END OF EJS Templates
setup: link osutil.so to libsocket on Solaris/illumos (issue6299)
setup: link osutil.so to libsocket on Solaris/illumos (issue6299)

File last commit:

r44605:5e84a96d default
r45199:53949075 stable
Show More
black.toml
15 lines | 221 B | text/plain | 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