X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=pyproject.toml;fp=pyproject.toml;h=e413f22f4e16ed187be43c8f350ee815bd3e200f;hb=d1c79517958e83c4faaf89b67b7a3ec9aeef8a51;hp=0000000000000000000000000000000000000000;hpb=34e13c2235f0a455124f7fe393c979449602157d;p=babeltrace.git diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 00000000..e413f22f --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,17 @@ +[tool.black] + skip-string-normalization = true + include = ''' + ( + \.pyi?$ + | \.py\.in$ + ) + ''' + exclude = ''' + ( + bindings/python/bt2/build/ + | bindings/python/bt2/setup\.py$ + | bindings/python/bt2/bt2/native_bt\.py$ + | bindings/python/bt2/bt2/__init__\.py$ + + ) + '''