Skip to content

Commit

Permalink
fix lint formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
pedohorse committed Jan 22, 2024
1 parent 86c439a commit 1bd2afd
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 @@ -38,4 +38,4 @@ jobs:
pip install flake8
- name: Analysing the code with flake8
run: |
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=256 --statistics --format='::warning file=%(path)s,line=%(row)d::%(code)s %(text)s'

0 comments on commit 1bd2afd

Please sign in to comment.