Skip to content

Commit aff7443

Browse files
committed
Added isort check in workflow config
1 parent 14a4ae6 commit aff7443

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ jobs:
4949
run: |
5050
python -m pip install mypy
5151
python run_mypy.py
52+
- name: Check imports are sorted
53+
run: |
54+
python -m pip install isort
55+
python -m isort --check-only
5256
- name: Check that all strategies are indexed
5357
run: |
5458
python run_strategy_indexer.py

0 commit comments

Comments
 (0)