From b41c851de66a743931182f175f270d511a31d0fc Mon Sep 17 00:00:00 2001 From: martinRenou Date: Thu, 21 Oct 2021 09:49:15 +0200 Subject: [PATCH] Fix codespell --- .github/workflows/build.yml | 4 +--- test-environment.yml | 1 + 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a79ee9575..162878aa3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -51,9 +51,7 @@ jobs: run: jupyter labextension list 2>&1 | grep bqplot - name: Discover typos with codespell - run: | - pip install codespell - codespell --ignore-words-list="afterall,curvelinear,hist" --skip="*.csv,*.json,*.lock" + run: codespell --ignore-words-list="afterall,curvelinear,hist" --skip="./share,./.git/*,./js/node_modules/*,./js/dist/*,*.csv,*.json,*.lock,*.map" - name: Python PEP8 check run: flake8 bqplot --ignore=E501,W504,W503 diff --git a/test-environment.yml b/test-environment.yml index 47ead6205..5f0c20f18 100644 --- a/test-environment.yml +++ b/test-environment.yml @@ -20,3 +20,4 @@ dependencies: - selenium - flake8 - nose + - codespell