mirror of
https://gerrit.ovirt.org/vdsm
synced 2026-02-05 12:46:23 +01:00
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>
4 lines
63 B
TOML
4 lines
63 B
TOML
[tool.black]
|
|
line-length = 79
|
|
skip-string-normalization = true
|