Skip to content

Commit

Permalink
Update flake8.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
philbiggin authored Nov 2, 2023
1 parent 55a0aee commit f9c4a19
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 . --max-line-length = 120 --count --show-source --statistics
flake8 . --max-line-length=120 --count --show-source --statistics

0 comments on commit f9c4a19

Please sign in to comment.