[run]
omit =
	# leading `*/` for pytest-dev/pytest-cov#456
	*/.tox/*
	*/_itertools.py
	*/_legacy.py
	*/simple.py
	*/_path.py
disable_warnings =
	couldnt-parse

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