git-arr/pyproject.toml
Alberto Bertogli ad950208bf Auto-format the code with black
This patch applies auto-formatting of the source code using black
(https://github.com/psf/black).

This makes the code style more uniform and simplifies editing.

Note I also tried yapf, and IMO produced nicer output and handled some
corner cases much better, but unfortunately it doesn't yet support type
annotations, which will be introduced in later commits.

So in the future we might switch to yapf instead.
2020-05-24 16:04:04 +01:00

4 lines
69 B
TOML

[tool.black]
line-length = 79
include = "(git-arr|git.py|utils.py)$"