Skip to content

Commit

Permalink
update flake8 with directories
Browse files Browse the repository at this point in the history
  • Loading branch information
VigneshVSV committed Sep 10, 2024
1 parent 8ad8131 commit 4441d73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flake8-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.11' # Replace '3.x' with the desired Python version (e.g., '3.9')
python-version: 3.11

# Install flake8 and any additional dependencies
- name: Install dependencies
Expand All @@ -32,4 +32,4 @@ jobs:
# Run flake8 on the specified directories/files
- name: Run flake8
run: |
flake8 . --exclude=*.pyc --max-line-length=120 --count
flake8 . --exclude=*.pyc --max-line-length=120 --count hololinked/server hololinked/client hololinked/rpc tests/

0 comments on commit 4441d73

Please sign in to comment.