Skip to content

Commit

Permalink
[#160] Remove flake8 from CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
riley-harper committed Nov 21, 2024
1 parent 35a7810 commit 951ebd8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ jobs:
- name: Check formatting with black
run: docker run $HLINK_TAG-${{ matrix.python_version}} black --check .

- name: Lint with flake8
run: docker run $HLINK_TAG-${{ matrix.python_version}} flake8 --count .

- name: Test
run: docker run $HLINK_TAG-${{ matrix.python_version}} pytest

Expand Down

0 comments on commit 951ebd8

Please sign in to comment.