From 33eaee21e8b96a69d05f6edf401969e67f00bb2f Mon Sep 17 00:00:00 2001 From: Vignesh Venkatasubramanian Vaidyanathan <62492557+VigneshVSV@users.noreply.github.com> Date: Tue, 10 Sep 2024 10:17:25 +0200 Subject: [PATCH] add param to flake8 exclude --- .github/workflows/flake8-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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