Skip to content

Commit 8b92524

Browse files
committed
Run "pre-commit" on all files in CI.
1 parent 37172bf commit 8b92524

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration-quality-unit-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ jobs:
3838
poetry install
3939
poetry run python -c "import imageio;imageio.plugins.freeimage.download()"
4040
shell: bash
41-
- name: Lint with flake8
41+
- name: Pre-Commit (All Files)
4242
run: |
43-
poetry run flake8 $CI_PACKAGE --count --show-source --statistics
43+
poetry run pre-commit run --all-files
4444
shell: bash
4545
- name: Test Optimised Python Execution
4646
run: |

0 commit comments

Comments
 (0)