Skip to content

Commit

Permalink
pycodestyle checks are in flake8 now
Browse files Browse the repository at this point in the history
  • Loading branch information
shyamd committed Apr 22, 2021
1 parent 8b567b6 commit 3a8ffcb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/testing.yml
Expand Up @@ -31,9 +31,6 @@ jobs:
pip install -r ${{ matrix.package }}/requirements.txt
pip install -r requirements-testing.txt
- name: Lint with pycodestyle
run: pycodestyle ${{ matrix.package }}

- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down

0 comments on commit 3a8ffcb

Please sign in to comment.