From bdb24855ba8b9204734c6992e3c734c17a1d0329 Mon Sep 17 00:00:00 2001 From: Dillon Laird Date: Thu, 10 Oct 2024 08:04:07 -0700 Subject: [PATCH] skip examples for flake8 --- .github/workflows/ci_cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index ce25f286..17757846 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -43,7 +43,7 @@ jobs: - name: Linting run: | # stop the build if there are Python syntax errors or undefined names - poetry run flake8 . --exclude .venv --count --show-source --statistics + poetry run flake8 . --exclude .venv,examples --count --show-source --statistics - name: Check Format run: | poetry run black --check --diff --color .