bt2c::Logger: remove unused cLevel() method
[babeltrace.git] / pyproject.toml
1 [tool.black]
2 include = '''
3 (
4 \.pyi?$
5 | \.py\.in$
6 )
7 '''
8 exclude = '''
9 (
10 src/bindings/python/bt2/build/
11 | src/bindings/python/bt2/setup\.py$
12 | src/bindings/python/bt2/bt2/native_bt\.py$
13 | src/bindings/python/bt2/bt2/version\.py$
14 | tests/utils/python/tap
15
16 )
17 '''
This page took 0.030139 seconds and 4 git commands to generate.