projects
/
babeltrace.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Bump minimum supported automake version to 1.13
[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.029844 seconds
and
4
git commands to generate.