Skip to content

Commit

Permalink
Updated flake8 command to include max line length of 120 characters.
Browse files Browse the repository at this point in the history
  • Loading branch information
douginoz committed Jun 24, 2024
1 parent 29af000 commit faf6532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
- name: Run flake8
run: |
flake8 . --exclude venv
flake8 . --exclude venv --max-line-length=120

0 comments on commit faf6532

Please sign in to comment.