mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-12-22 14:35:00 +01:00
Fix Coverage Configuration (#2571)
* remove possibly malicious line from config * exclude overload signatures from coverage
This commit is contained in:
parent
105f1ccdb5
commit
ec3026673b
1 changed files with 2 additions and 1 deletions
|
@ -43,8 +43,9 @@ omit =
|
|||
|
||||
[coverage:report]
|
||||
exclude_lines =
|
||||
pragma: no cover
|
||||
@overload
|
||||
if TYPE_CHECKING:
|
||||
...
|
||||
|
||||
[mypy]
|
||||
warn_unused_ignores = True
|
||||
|
|
Loading…
Reference in a new issue