Merge pull request #9153 from bluetech/coverage-assert-never

coverage: add assert_never to exclude_lines
This commit is contained in:
Ran Benita 2021-10-02 15:56:24 +03:00 committed by GitHub
commit 2cfce8d8c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ exclude_lines =
^\s*raise NotImplementedError\b
^\s*return NotImplemented\b
^\s*assert False(,|$)
^\s*assert_never\(
^\s*if TYPE_CHECKING:
^\s*@overload( |$)