mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-14 12:13:57 +00:00
chore: remove mypy override for telegram module
it's no longer necessary.
This commit is contained in:
parent
9b16cc6266
commit
6d169784ed
|
@ -208,11 +208,6 @@ plugins = [
|
|||
module = "tests.*"
|
||||
ignore_errors = true
|
||||
|
||||
[[tool.mypy.overrides]]
|
||||
# Telegram does not use implicit_optional = false in the current version.
|
||||
module = "telegram.*"
|
||||
implicit_optional = true
|
||||
|
||||
[tool.pyright]
|
||||
include = ["freqtrade"]
|
||||
exclude = [
|
||||
|
|
Loading…
Reference in New Issue
Block a user