Skip to content

Commit 2a5914d

Browse files
committed
Test 30
1 parent 7c79887 commit 2a5914d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continous_integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Formatting check
3737
if: ${{ env.PYTHON_FILES }}
3838
run: |
39-
pip install -qU autoflake==1.4 docformatter==1.3.1 black==20.8b1
39+
pip install -qU autoflake==1.4 black==20.8b1 docformatter==1.3.1 isort==5.5.3
4040
echo "Checking with autoflake"
4141
autoflake --check --expand-star-imports --remove-all-unused-imports --ignore-init-module-imports --remove-duplicate-keys --remove-unused-variables ${{ env.PYTHON_FILES }}
4242
echo "Checking with docformatter"

0 commit comments

Comments
 (0)