run mypy also against tests

This commit is contained in:
Matthias
2022-04-25 11:12:35 +02:00
parent fc118d0e95
commit 500fdc2759
5 changed files with 9 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ repos:
rev: "v0.942"
hooks:
- id: mypy
args: [ freqtrade ]
args: [ freqtrade, scripts, tests ]
additional_dependencies:
- types-cachetools==5.0.1
- types-filelock==3.2.5