##// END OF EJS Templates
black: move remaining config knobs into toml file...
black: move remaining config knobs into toml file Differential Revision: https://phab.mercurial-scm.org/D7088

File last commit:

r43497:15c05732 default
r43497:15c05732 default
Show More
black.toml
5 lines | 227 B | text/plain | TOMLLexer
Augie Fackler
black: rename pyproject.toml to black.toml...
r43496 [tool.black]
line-length = 80
exclude = 'build/|wheelhouse/|dist/|packages/|\.hg/|\.mypy_cache/|\.venv/|mercurial/thirdparty/|hgext/fsmonitor/pywatchman/|contrib/python-zstandard/'
Augie Fackler
black: move remaining config knobs into toml file...
r43497 skip-string-normalization = true
quiet = true