From 26d859adfa0b02b60ebd585e63c783a3e746366c Mon Sep 17 00:00:00 2001 From: Nelson Luna Silvestre Date: Thu, 19 Oct 2023 16:56:04 +0000 Subject: [PATCH] Correcting flake8 config --- .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 d97148b..3915a62 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: - name: Lint with flake8 run: | - flake8 modules/ tests/ examples/ validation/ + flake8 ee_lst/ tests/ examples/ validation/ - name: Check code formatting with black run: |