Skip to content

Commit

Permalink
Increase max line length to 100 because it's 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
Moishe committed Mar 25, 2024
1 parent 81e472a commit 135cfcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
id: autopep8
run: |
source .venv/bin/activate
autopep8 --exit-code -r -d --exclude "*_pb2.py" -a -a src/
autopep8 --max-line-length 100 --exit-code -r -d --exclude "*_pb2.py" -a -a src/
- name: Fail if autopep8 requires changes
if: steps.autopep8.outputs.exit-code == 2
run: exit 1

0 comments on commit 135cfcd

Please sign in to comment.