mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-20 05:50:36 +00:00
@@ -26,6 +26,7 @@ repos:
|
||||
- id: mypy
|
||||
exclude: build_helpers
|
||||
additional_dependencies:
|
||||
- scipy-stubs==1.15.3.0
|
||||
- types-cachetools==6.0.0.20250525
|
||||
- types-filelock==3.2.7
|
||||
- types-requests==2.32.4.20250611
|
||||
|
||||
@@ -111,6 +111,7 @@ develop = [
|
||||
"pytest-xdist",
|
||||
"pytest",
|
||||
"ruff",
|
||||
"scipy-stubs",
|
||||
"time-machine",
|
||||
"types-cachetools",
|
||||
"types-filelock",
|
||||
|
||||
@@ -24,6 +24,7 @@ time-machine==2.16.0
|
||||
nbconvert==7.16.6
|
||||
|
||||
# mypy types
|
||||
scipy-stubs==1.15.3.0 # keep in sync with `scipy` in `requirements-hyperopt.txt`
|
||||
types-cachetools==6.0.0.20250525
|
||||
types-filelock==3.2.7
|
||||
types-requests==2.32.4.20250611
|
||||
|
||||
Reference in New Issue
Block a user