Skip to content

Commit

Permalink
Exclude input and output from flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
mad-cat-lon committed Aug 7, 2024
1 parent 323765c commit b6b0a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pep8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
- name: Lint with flake8
run: |
pip install flake8
flake8 --select=E --exclude=examples/ --max-line-length 100 --extend-ignore E241
flake8 --select=E --exclude=examples/,input/,output/ --max-line-length 100 --extend-ignore E241

0 comments on commit b6b0a78

Please sign in to comment.