diff --git a/.codespell_ignore_words.txt b/.codespell_ignore_words.txt new file mode 100644 index 00000000..b839983c --- /dev/null +++ b/.codespell_ignore_words.txt @@ -0,0 +1,5 @@ +claus +alpha-numeric +wya +otu +structed diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 00000000..857de3a7 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,2 @@ +[codespell] +ignore-words = .codespell_ignore_words.txt