Skip to content

Commit 4a3fc42

Browse files
committed
Test 23
1 parent efcd2ad commit 4a3fc42

File tree

8 files changed

+5
-47
lines changed

8 files changed

+5
-47
lines changed

.github/workflows/continous_integration.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ jobs:
3434
python -m pip install --upgrade pip
3535
pip install -r requirements.txt
3636
- name: Formatting check
37-
run: |
37+
run: |
3838
pip install -qU autoflake==1.4 docformatter==1.3.1 black==20.8b1
39-
autoflake --check --expand-star-imports --remove-all-unused-imports --ignore-init-module-imports --remove-duplicate-keys --remove-unused-variables {{ env.PYTHON_FILES }}
40-
docformatter --check --make-summary-multi-line --pre-summary-newline {{ env.PYTHON_FILES }}
41-
isort --check-only {{ env.PYTHON_FILES }}
42-
black --check {{ env.PYTHON_FILES }} -l 79
39+
autoflake --check --expand-star-imports --remove-all-unused-imports --ignore-init-module-imports --remove-duplicate-keys --remove-unused-variables ${{ env.PYTHON_FILES }}
40+
docformatter --check --make-summary-multi-line --pre-summary-newline ${{ env.PYTHON_FILES }}
41+
isort --check-only ${{ env.PYTHON_FILES }}
42+
black --check ${{ env.PYTHON_FILES }} -l 79
4343
- name: Test with pytest
4444
run: |
4545
pip install pytest==5.3.5 coverage==4.5.4

pgb/pow2.py

Lines changed: 0 additions & 12 deletions
This file was deleted.

pgb/pow3.py

Lines changed: 0 additions & 12 deletions
This file was deleted.

pgb/pow4.py

Lines changed: 0 additions & 14 deletions
This file was deleted.

requirements.csv

Lines changed: 0 additions & 1 deletion
This file was deleted.

requirements2.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

requirements3.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

requirements4.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)