X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;f=pyproject.toml;h=fb033ec7f387586b225e0f14c63fa4215dbc7c53;hb=2451f978abd6eff6da612342b4327a1f8d3baa85;hp=44afa4064c694e4df18c5ddd82252025f0618596;hpb=7747a39ff4d33f722737ff57a1a3b69cca97909a;p=babeltrace.git 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