Use isort diagnostic with --diff option
[stgit.git] / pyproject.toml
blob179592f14476122573cda40b2375aa44691e8333
1 [tool.black]
2 line-length = 88
3 skip-string-normalization = true
4 target-version = ['py35']
5 include = '''
7     \.pyi?$
9 '''
10 exclude = '''
12     \/\..*$
13   | \/cmdlist\.py
14   | \/build$
15   | \/dist
17 '''
19 [tool.coverage.run]
20 source = ['stgit']
21 branch = true
22 parallel = true
24 [tool.coverage.html]
25 title = 'StGit Coverage Report'
26 show_contexts = true