From 1eb35962ee5dd7863e31fb47c6515614a299b2db Mon Sep 17 00:00:00 2001 From: Didier Barzin Date: Sat, 25 Feb 2023 11:18:47 +0100 Subject: [PATCH] exclude tests --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab0a977..d381547 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - name: flake8 Lint uses: py-actions/flake8@v2 with: - exclude: "test/*" + exclude: "tests/*" max-line-length: "128" path: "." plugins: "flake8-bugbear==22.1.11 flake8-black"