Add `sink.text.details`, a testing textual sink which prints details
[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 (
11 bindings/python/bt2/build/
12 | bindings/python/bt2/setup\.py$
13 | bindings/python/bt2/bt2/native_bt\.py$
14 | bindings/python/bt2/bt2/__init__\.py$
15
16 )
17 '''
This page took 0.02315 seconds and 4 git commands to generate.