Skip to content

Commit

Permalink
longer line
Browse files Browse the repository at this point in the history
  • Loading branch information
chazlarson authored Oct 23, 2024
1 parent 5b8c7f5 commit a39f511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
pip install pylint
- name: Analysing the code with pylint
run: |
pylint --max-line-length=120 $(git ls-files '*.py')
pylint --max-line-length=180 $(git ls-files '*.py')

0 comments on commit a39f511

Please sign in to comment.