diff --git a/.cspell.json b/.cspell.json index 98bceb95..a187322b 100644 --- a/.cspell.json +++ b/.cspell.json @@ -245,8 +245,16 @@ { "filename": "**/{*.js,*.ts}", "ignoreRegExpList": [ - "owner: .*$", - "repo:: .*$" + "imageio", + "mimsave" + ] + }, + { + "filename": "**/{*.py}", + "ignoreRegExpList": [ + "Copyright (\\(c\\))?.+$", + "FIXME( )?\\(.+?\\)", + "TODO( )?\\(.+?\\)" ] } ],