X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=pyproject.toml;h=2b8c201e44e93f8840d8d2f677926c8e50136c82;hp=2dac3d6c887d8f84125789f94ac768cd987b410d;hb=refs%2Fheads%2Fmaster;hpb=e8f4ebf5c30caa6c6bcfca665c7633b4e707c3cd diff --git a/pyproject.toml b/pyproject.toml index 2dac3d6c..fb033ec7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,8 @@ | src/bindings/python/bt2/setup\.py$ | src/bindings/python/bt2/bt2/native_bt\.py$ | src/bindings/python/bt2/bt2/version\.py$ - | tests/utils/python/local_typing\.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/local_typing.py", + "tests/utils/python/normand.py", + "tests/utils/python/typing/typing.py", ] length_sort = true