X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=pyproject.toml;h=2b8c201e44e93f8840d8d2f677926c8e50136c82;hp=39d5b4a34258a46003a3cea6e0b308d7ef7e1ae7;hb=HEAD;hpb=f5567ea88d172767b34373bc6e402da8bfd85ef8 diff --git a/pyproject.toml b/pyproject.toml index 39d5b4a3..fb033ec7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,18 @@ | 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 ) ''' + +[tool.isort] +profile = "black" +extend_skip_glob = [ + "tests/utils/python/tap", + "tests/utils/python/normand.py", + "tests/utils/python/typing/typing.py", +] +length_sort = true