Removing exclude list from Flake8 now that all python scripts are corrected

This commit is contained in:
Jake Herbst
2022-05-11 08:39:09 -04:00
parent 5020f4dd06
commit 6d71ca9c2a
-2
View File
@@ -21,5 +21,3 @@ jobs:
- name: Run Flake8 Lint - name: Run Flake8 Lint
uses: py-actions/flake8@v2 uses: py-actions/flake8@v2
with:
exclude: "./scripts/daily_plot.py,./scripts/server.py,./scripts/plotly_streamlit.py,./scripts/privacy_server.py"