mirror of
https://github.com/pyapp-kit/superqt.git
synced 2026-01-05 03:40:47 +01:00
12 lines
214 B
INI
12 lines
214 B
INI
[report]
|
|
exclude_lines =
|
|
pragma: no cover
|
|
if TYPE_CHECKING:
|
|
\.\.\.
|
|
except ImportError*
|
|
raise NotImplementedError()
|
|
omit =
|
|
qtrangeslider/_version.py
|
|
qtrangeslider/qtcompat/*
|
|
*_tests*
|