Commit | Line | Data |
---|---|---|
31976fe2 | 1 | [tool.black] |
31976fe2 JR |
2 | include = ''' |
3 | ( | |
4 | \.pyi?$ | |
5 | | \.py\.in$ | |
6 | ) | |
7 | ''' | |
8 | exclude = ''' | |
9 | ( | |
c211d9c0 FD |
10 | src/bindings/python/bt2/build/ |
11 | | src/bindings/python/bt2/setup\.py$ | |
12 | | src/bindings/python/bt2/bt2/native_bt\.py$ | |
07041daf | 13 | | src/bindings/python/bt2/bt2/version\.py$ |
bf5361e9 | 14 | | tests/utils/python/tap |
31976fe2 JR |
15 | |
16 | ) | |
17 | ''' |