mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 08:33: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.*"
|
module = "tests.*"
|
||||||
ignore_errors = true
|
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]
|
[tool.pyright]
|
||||||
include = ["freqtrade", "ft_client"]
|
include = ["freqtrade", "ft_client"]
|
||||||
exclude = [
|
exclude = [
|
||||||
|
|||||||
0
tests/strategy/strats/__init__.py
Normal file
0
tests/strategy/strats/__init__.py
Normal file
Reference in New Issue
Block a user