view black.toml @ 44953:50005af3c7a8

tests: remove unused creation of file and outdated text It was forgotten to remove this in fb0de0bcd297.
author Manuel Jacob <me@manueljacob.de>
date Fri, 12 Jun 2020 23:43:56 +0200
parents 5e84a96d865b
children
line wrap: on
line source

[tool.black]
line-length = 80
exclude = '''
build/
| wheelhouse/
| dist/
| packages/
| \.hg/
| \.mypy_cache/
| \.venv/
| mercurial/thirdparty/
'''
skip-string-normalization = true
quiet = true