Skip to content

Commit

Permalink
chore: fix reporting on _typing
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <[email protected]>
  • Loading branch information
henryiii committed Nov 13, 2024
1 parent 189d208 commit 0677321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,10 @@ testpaths = [ "tests" ]

[tool.coverage]
run.branch = true
run.omit = [ "nox/_typing.py" ]
run.relative_files = true
run.source_pkgs = [ "nox" ]
report.exclude_also = [ "def __dir__()", "if TYPE_CHECKING:", "@overload" ]
report.omit = [ "nox/_typing.py" ]

[tool.mypy]
files = [ "nox/**/*.py", "noxfile.py" ]
Expand Down

0 comments on commit 0677321

Please sign in to comment.