From d53cdaffbe506233d81bd7be9911b0383eb6d3d5 Mon Sep 17 00:00:00 2001 From: Remi Gau Date: Fri, 16 Feb 2024 16:12:12 +0100 Subject: [PATCH] ignore words --- .github/codespell_ignore_words.txt | 8 ++++++++ .github/workflows/run_examples.yml | 2 +- pyproject.toml | 1 + 3 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 .github/codespell_ignore_words.txt diff --git a/.github/codespell_ignore_words.txt b/.github/codespell_ignore_words.txt new file mode 100644 index 0000000..ae9682d --- /dev/null +++ b/.github/codespell_ignore_words.txt @@ -0,0 +1,8 @@ +ons +ptd +ue +morg +nam +bu +nd +te diff --git a/.github/workflows/run_examples.yml b/.github/workflows/run_examples.yml index 67e7199..e052da7 100644 --- a/.github/workflows/run_examples.yml +++ b/.github/workflows/run_examples.yml @@ -17,7 +17,7 @@ concurrency: cancel-in-progress: true jobs: - black: + run_examples: runs-on: ubuntu-latest strategy: fail-fast: false diff --git a/pyproject.toml b/pyproject.toml index 989120d..4d2bc69 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,6 +2,7 @@ line-length = 100 [tool.codespell] +ignore-words = ".github/codespell_ignore_words.txt" skip = "examples/comparison_neurodesign.html,examples/comparison_neurodesign.ipynb" [tool.isort]