X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=pyproject.toml;h=2b8c201e44e93f8840d8d2f677926c8e50136c82;hp=44afa4064c694e4df18c5ddd82252025f0618596;hb=HEAD;hpb=7747a39ff4d33f722737ff57a1a3b69cca97909a diff --git a/pyproject.toml b/pyproject.toml index 44afa406..fb033ec7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,6 +11,7 @@ | src/bindings/python/bt2/setup\.py$ | src/bindings/python/bt2/bt2/native_bt\.py$ | src/bindings/python/bt2/bt2/version\.py$ + | tests/utils/python/normand\.py$ | tests/utils/python/typing/typing\.py$ | tests/utils/python/tap @@ -21,6 +22,7 @@ profile = "black" extend_skip_glob = [ "tests/utils/python/tap", + "tests/utils/python/normand.py", "tests/utils/python/typing/typing.py", ] length_sort = true