diff --git a/pyproject.toml b/pyproject.toml index de32618f1a39..c43253fed982 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -109,13 +109,13 @@ xfail_strict = true [tool.coverage.run] branch = true -source = "mypy" +source = ["mypy"] parallel = true [tool.coverage.report] show_missing = true skip_covered = true -omit = 'mypy/test/*' +omit = ['mypy/test/*'] exclude_lines = [ '\#\s*pragma: no cover', '^\s*raise AssertionError\b',