From 6d71ca9c2a237c5f6bc9a8c8e48eb8cb55bd4f55 Mon Sep 17 00:00:00 2001 From: Jake Herbst Date: Wed, 11 May 2022 08:39:09 -0400 Subject: [PATCH] Removing exclude list from Flake8 now that all python scripts are corrected --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5764bb8..d2f684a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,5 +21,3 @@ jobs: - name: Run Flake8 Lint uses: py-actions/flake8@v2 - with: - exclude: "./scripts/daily_plot.py,./scripts/server.py,./scripts/plotly_streamlit.py,./scripts/privacy_server.py"