repo.or.cz
/
stgit.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Stack metadata version 4
[stgit.git]
/
pyproject.toml
blob
179592f14476122573cda40b2375aa44691e8333
1
[tool.black]
2
line-length = 88
3
skip-string-normalization = true
4
target-version = ['py35']
5
include = '''
6
(
7
\.pyi?$
8
)
9
'''
10
exclude = '''
11
(
12
\/\..*$
13
| \/cmdlist\.py
14
| \/build$
15
| \/dist
16
)
17
'''
18
19
[tool.coverage.run]
20
source = ['stgit']
21
branch = true
22
parallel = true
23
24
[tool.coverage.html]
25
title = 'StGit Coverage Report'
26
show_contexts = true