From ace0d5c58076f256facc7e3bd16956e9a3afac89 Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Sun, 29 Sep 2019 14:52:01 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 277ea6b70..59595e08f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,10 +24,7 @@ jobs: - name: Lint with flake8 run: | pip install flake8 - # 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 - flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics + python -m flake8 spacy --count --select=E901,E999,F821,F822,F823 --show-source --statistics - name: Install dependencies run: | python -m pip install --upgrade pip==18.1 setuptools