File size: 188 Bytes
2b7bf83
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
[aliases]
test=pytest

[tool:pytest]
addopts = --verbose --durations=0
testpaths = test

[flake8]
ignore = H102,E203,W503,H238,D104
# 120 is a workaround, 79 is good
max-line-length = 120