Skip to content

Commit

Permalink
Flake8 removed.
Browse files Browse the repository at this point in the history
  • Loading branch information
petersulyok committed Nov 24, 2024
1 parent 837cdd2 commit e8ff219
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements-dev.txt
- name: Lint with flake8 and pylint
- name: Lint pylint
run: |
flake8
pylint src/*.py test/*.py
- name: Test with pytest
run: |
Expand Down

0 comments on commit e8ff219

Please sign in to comment.