We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c79887 commit 2a5914dCopy full SHA for 2a5914d
.github/workflows/continous_integration.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Formatting check
37
if: ${{ env.PYTHON_FILES }}
38
run: |
39
- pip install -qU autoflake==1.4 docformatter==1.3.1 black==20.8b1
+ pip install -qU autoflake==1.4 black==20.8b1 docformatter==1.3.1 isort==5.5.3
40
echo "Checking with autoflake"
41
autoflake --check --expand-star-imports --remove-all-unused-imports --ignore-init-module-imports --remove-duplicate-keys --remove-unused-variables ${{ env.PYTHON_FILES }}
42
echo "Checking with docformatter"
0 commit comments