1
0
mirror of https://gerrit.ovirt.org/vdsm synced 2026-02-05 12:46:23 +01:00
Files
vdsm/pyproject.toml
Edward Haas 54f3f112bd black: Set black defaults settings for VDSM formatting
In order to avoid specifying the settings each time black is run,
define the settings in pyproject.toml.
The user can now just run `black <path>` to reformat the code.

Change-Id: Ieb1551b8d289aae7ea1b94e811aa2f868b472c99
Signed-off-by: Edward Haas <edwardh@redhat.com>
2020-02-01 18:15:50 +00:00

4 lines
63 B
TOML

[tool.black]
line-length = 79
skip-string-normalization = true