Skip to content

Commit

Permalink
Set ignore_errors to ignore SyntaxError on old Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Fatal1ty committed Apr 30, 2024
1 parent 12612a0 commit e8c92a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,6 @@ omit = ["setup.py"]

[tool.coverage.report]
exclude_lines = ["pragma: no cover", "@overload", "@abstractmethod"]

[tool.coverage.run]
ignore_errors = true

0 comments on commit e8c92a5

Please sign in to comment.