repo.or.cz
/
dotbot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update CI setup
[dotbot.git]
/
pyproject.toml
blob
cd1975474ab05d677ae691a33118ddce0dcca7f3
1
[tool.black]
2
line-length = 100
3
exclude = '''
4
/(
5
\.git
6
| \.github
7
| .*\.egg-info
8
| build
9
| dist
10
| lib
11
)/
12
'''
13
14
[tool.pytest.ini_options]
15
filterwarnings = [
16
"error",
17
]