mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Add isort to project dev dependencies
This commit is contained in:
parent
7623691a5f
commit
287604efd2
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
@ -94,6 +94,10 @@ jobs:
|
|||
run: |
|
||||
flake8
|
||||
|
||||
- name: Sort imports (isort)
|
||||
run: |
|
||||
isort --check .
|
||||
|
||||
- name: Mypy
|
||||
run: |
|
||||
mypy freqtrade scripts
|
||||
|
@ -156,6 +160,10 @@ jobs:
|
|||
run: |
|
||||
flake8
|
||||
|
||||
- name: Sort imports (isort)
|
||||
run: |
|
||||
isort --check .
|
||||
|
||||
- name: Mypy
|
||||
run: |
|
||||
mypy freqtrade scripts
|
||||
|
|
|
@ -13,6 +13,7 @@ pytest-asyncio==0.14.0
|
|||
pytest-cov==2.10.1
|
||||
pytest-mock==3.3.1
|
||||
pytest-random-order==1.0.4
|
||||
isort==5.5.3
|
||||
|
||||
# Convert jupyter notebooks to markdown documents
|
||||
nbconvert==6.0.6
|
||||
|
|
Loading…
Reference in New Issue
Block a user