From d74a055a0c31b04e57ba4a5613e4a821b5fe0ed8 Mon Sep 17 00:00:00 2001 From: Mark Servilla Date: Thu, 30 Nov 2023 19:50:27 -0700 Subject: [PATCH] Update solver for flake8 --- .github/workflows/python-website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-website.yml b/.github/workflows/python-website.yml index 7e5181d..4351c30 100644 --- a/.github/workflows/python-website.yml +++ b/.github/workflows/python-website.yml @@ -29,7 +29,7 @@ jobs: conda env update --file environment-min.yml --name base - name: Lint with flake8 run: | - conda install flake8 + conda install flake8 --solver=classic # stop the build if there are Python syntax errors or undefined names flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide