ara/.black.toml
David Moreau Simard 91e731c705
Rename pyproject.toml to .black.toml to address pep517
Tox has brought to our attention that using pyproject.toml along
with setup.py/setup.cfg is confusing.

Since the only thing we're using it for is to configure black,
rename the file and use it as a black-specific configuration file
to address the confusion.

Fixes: https://github.com/ansible-community/ara/issues/33
Change-Id: I8d03927cefcfe076aa88ca6b87d45f055de9a4f4
2019-04-24 21:17:34 -04:00

4 lines
54 B
TOML

[tool.black]
line-length = 120
exclude = 'migrations'