Commit | Line | Data |
---|---|---|
d1c79517 JR |
1 | [tool.black] |
2 | skip-string-normalization = true | |
3 | include = ''' | |
4 | ( | |
5 | \.pyi?$ | |
6 | | \.py\.in$ | |
7 | ) | |
8 | ''' | |
9 | exclude = ''' | |
10 | ( | |
004e1e80 FD |
11 | src/bindings/python/bt2/build/ |
12 | | src/bindings/python/bt2/setup\.py$ | |
13 | | src/bindings/python/bt2/bt2/native_bt\.py$ | |
a90c9738 | 14 | | src/bindings/python/bt2/bt2/version\.py$ |
c7029668 | 15 | | tests/utils/python/tap |
d1c79517 JR |
16 | |
17 | ) | |
18 | ''' |