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