Add libbabeltrace2 C++ interface base
[babeltrace.git] / pyproject.toml
CommitLineData
31976fe2
JR
1[tool.black]
2 skip-string-normalization = true
3 include = '''
4 (
5 \.pyi?$
6 | \.py\.in$
7 )
8 '''
9 exclude = '''
10 (
c211d9c0
FD
11 src/bindings/python/bt2/build/
12 | src/bindings/python/bt2/setup\.py$
13 | src/bindings/python/bt2/bt2/native_bt\.py$
07041daf 14 | src/bindings/python/bt2/bt2/version\.py$
bf5361e9 15 | tests/utils/python/tap
31976fe2
JR
16
17 )
18 '''
This page took 0.045017 seconds and 4 git commands to generate.