diff --git a/.github/workflows/flake8-lint.yml b/.github/workflows/flake8-lint.yml index e88d3cf..ec3f876 100644 --- a/.github/workflows/flake8-lint.yml +++ b/.github/workflows/flake8-lint.yml @@ -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/ \ No newline at end of file + flake8 . --exclude=*.pyc,hololinked/param --max-line-length=120 --count \ No newline at end of file