mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-05-04 23:52:14 +00:00
@@ -38,10 +38,10 @@ dependencies = [
|
||||
"httpx>=0.24.1",
|
||||
"urllib3",
|
||||
"jsonschema",
|
||||
"numpy<2.0",
|
||||
"numpy>2.0,<3.0",
|
||||
"pandas>=2.2.0,<3.0",
|
||||
"TA-Lib",
|
||||
"pandas-ta",
|
||||
"ft-pandas-ta",
|
||||
"technical",
|
||||
"tabulate",
|
||||
"pycoingecko>=3.2.0",
|
||||
@@ -207,6 +207,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 = [
|
||||
|
||||
Reference in New Issue
Block a user