##// END OF EJS Templates
test: add `test-repo` requirement to `test-check-format` (issue6395)...
test: add `test-repo` requirement to `test-check-format` (issue6395) Kindly reported by Tristan Seligmann <mithrandi@mithrandi.net>

File last commit:

r44605:5e84a96d default
r46334:f62bb5d0 5.5.1 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