Skip to content

Commit

Permalink
add param to flake8 exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
VigneshVSV committed Sep 10, 2024
1 parent 4441d73 commit 33eaee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flake8-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
# Run flake8 on the specified directories/files
- name: Run flake8
run: |
flake8 . --exclude=*.pyc --max-line-length=120 --count hololinked/server hololinked/client hololinked/rpc tests/
flake8 . --exclude=*.pyc,hololinked/param --max-line-length=120 --count

0 comments on commit 33eaee2

Please sign in to comment.