Skip to content

Commit

Permalink
Update flake8.yml
Browse files Browse the repository at this point in the history
options
  • Loading branch information
philbiggin authored Nov 2, 2023
1 parent e3894f4 commit 55a0aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flake8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
pip install flake8
- name: Lint with flake8
run: |
flake8 . --count --show-source --statistics
flake8 . --max-line-length = 120 --count --show-source --statistics

0 comments on commit 55a0aee

Please sign in to comment.