X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;f=pyproject.toml;h=fb033ec7f387586b225e0f14c63fa4215dbc7c53;hb=9ade9a3bbc773a70ee8e1d4eae8e712b2cdb5938;hp=2dac3d6c887d8f84125789f94ac768cd987b410d;hpb=e8f4ebf5c30caa6c6bcfca665c7633b4e707c3cd;p=babeltrace.git 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