mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-28 09:25:50 +00:00
Ignore type checking lines in coverage report
This commit is contained in:
parent
301aa0e16f
commit
0f0e5b97d3
1 changed files with 5 additions and 0 deletions
|
|
@ -28,3 +28,8 @@ addopts = """
|
|||
|
||||
[tool.mypy]
|
||||
ignore_missing_imports = true
|
||||
|
||||
[tool.coverage.report]
|
||||
exclude_lines = [
|
||||
"if TYPE_CHECKING:",
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue