Skip to content

Commit

Permalink
ignore words
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed Feb 16, 2024
1 parent 9ba2567 commit d53cdaf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/codespell_ignore_words.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
ons
ptd
ue
morg
nam
bu
nd
te
2 changes: 1 addition & 1 deletion .github/workflows/run_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ concurrency:
cancel-in-progress: true

jobs:
black:
run_examples:
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit d53cdaf

Please sign in to comment.