Skip to content

Commit

Permalink
ignore imageio and mimsave from python files
Browse files Browse the repository at this point in the history
  • Loading branch information
HansRobo authored Feb 14, 2024
1 parent 8bd5aa8 commit 68d1367
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -245,8 +245,16 @@
{
"filename": "**/{*.js,*.ts}",
"ignoreRegExpList": [
"owner: .*$",
"repo:: .*$"
"imageio",
"mimsave"
]
},
{
"filename": "**/{*.py}",
"ignoreRegExpList": [
"Copyright (\\(c\\))?.+$",
"FIXME( )?\\(.+?\\)",
"TODO( )?\\(.+?\\)"
]
}
],
Expand Down

0 comments on commit 68d1367

Please sign in to comment.