Revert "Merge branch 'partial_sell2' of https://github.com/mkavinkumar1/freqtrade into partial_sell2"
This reverts commit24c25802fe
, reversing changes made to42921afe4a
.
This commit is contained in:
parent
24c25802fe
commit
ce44a629e4
@ -11,35 +11,7 @@ repos:
|
|||||||
rev: 'v0.942'
|
rev: 'v0.942'
|
||||||
hooks:
|
hooks:
|
||||||
- id: mypy
|
- id: mypy
|
||||||
pass_filenames: false # suppress the normal filename passing
|
# stages: [push]
|
||||||
files: ^freqtrade/ # filter the files down to a specific subdirectory
|
|
||||||
# pre-commit only supports running at the root of a repo since that's where
|
|
||||||
# git hooks run. but it also allows running arbitrary code so you can
|
|
||||||
# step outside of those bounds
|
|
||||||
# note that `bash` will reduce your portability slightly
|
|
||||||
verbose: true
|
|
||||||
entry: mypy freqtrade
|
|
||||||
additional_dependencies:
|
|
||||||
- types-cachetools==5.0.0
|
|
||||||
- types-filelock==3.2.5
|
|
||||||
- types-python-dateutil==2.8.10
|
|
||||||
- types-requests==2.27.15
|
|
||||||
- types-tabulate==0.8.6
|
|
||||||
- types-urllib3==1.26.11
|
|
||||||
|
|
||||||
# and then repeat ...
|
|
||||||
- id: mypy
|
|
||||||
pass_filenames: false
|
|
||||||
files: ^scripts/
|
|
||||||
entry: mypy scripts
|
|
||||||
additional_dependencies:
|
|
||||||
- types-cachetools==5.0.0
|
|
||||||
- types-filelock==3.2.5
|
|
||||||
- types-python-dateutil==2.8.10
|
|
||||||
- types-requests==2.27.15
|
|
||||||
- types-tabulate==0.8.6
|
|
||||||
- types-urllib3==1.26.11
|
|
||||||
|
|
||||||
|
|
||||||
- repo: https://github.com/pycqa/isort
|
- repo: https://github.com/pycqa/isort
|
||||||
rev: '5.10.1'
|
rev: '5.10.1'
|
||||||
|
Loading…
Reference in New Issue
Block a user