25 lines
310 B
INI
25 lines
310 B
INI
[paths]
|
|
source =
|
|
src
|
|
*/site-packages
|
|
|
|
[run]
|
|
branch = true
|
|
parallel = true
|
|
concurrency =
|
|
thread
|
|
multiprocessing
|
|
source =
|
|
src/ocrmypdf
|
|
|
|
[report]
|
|
exclude_lines =
|
|
pragma: no cover
|
|
def __repr__
|
|
raise AssertionError
|
|
raise NotImplementedError
|
|
if 0:
|
|
if False:
|
|
if __name__ == .__main__.:
|
|
if TYPE_CHECKING:
|