X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;f=pyproject.toml;h=39d5b4a34258a46003a3cea6e0b308d7ef7e1ae7;hb=42fc5ffd68859cf70ab45e2091975e890813ed54;hp=e413f22f4e16ed187be43c8f350ee815bd3e200f;hpb=31976fe2d70a8b6b7f8b31b9e0b3bc004d415575;p=babeltrace.git diff --git a/pyproject.toml b/pyproject.toml index e413f22f..39d5b4a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,4 @@ [tool.black] - skip-string-normalization = true include = ''' ( \.pyi?$ @@ -8,10 +7,11 @@ ''' exclude = ''' ( - bindings/python/bt2/build/ - | bindings/python/bt2/setup\.py$ - | bindings/python/bt2/bt2/native_bt\.py$ - | bindings/python/bt2/bt2/__init__\.py$ + src/bindings/python/bt2/build/ + | src/bindings/python/bt2/setup\.py$ + | src/bindings/python/bt2/bt2/native_bt\.py$ + | src/bindings/python/bt2/bt2/version\.py$ + | tests/utils/python/tap ) '''