File size: 200 Bytes
065fee7
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[run]
omit =
	# leading `*/` for pytest-dev/pytest-cov#456
	*/.tox/*
disable_warnings =
	couldnt-parse

[report]
show_missing = True
exclude_also =
	# jaraco/skeleton#97
	@overload
	if TYPE_CHECKING: