mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 00:23:07 +00:00
chore: Mypy-exclusions to account for ta-lib import problem
This commit is contained in:
0
freqtrade/templates/__init__.py
Normal file
0
freqtrade/templates/__init__.py
Normal file
@@ -206,6 +206,14 @@ plugins = [
|
||||
module = "tests.*"
|
||||
ignore_errors = true
|
||||
|
||||
[[tool.mypy.overrides]]
|
||||
module = [
|
||||
"freqtrade.templates.*",
|
||||
"tests.strategy.strats"
|
||||
]
|
||||
# Disable attr-defined check due to ta-lib not having type stubs
|
||||
disable_error_code = "attr-defined"
|
||||
|
||||
[tool.pyright]
|
||||
include = ["freqtrade", "ft_client"]
|
||||
exclude = [
|
||||
|
||||
0
tests/strategy/strats/__init__.py
Normal file
0
tests/strategy/strats/__init__.py
Normal file
Reference in New Issue
Block a user