Skip to content

Commit

Permalink
github: don't autopep8 all *_pb2.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aconchillo committed Mar 21, 2024
1 parent 2911225 commit 0435c3d
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 "frames_pb2.py" -a -a src/
autopep8 --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 0435c3d

Please sign in to comment.