From c1433c8daae14975fc94533655c0fbb2e6dc618e Mon Sep 17 00:00:00 2001 From: Dasun Abeykoon Date: Wed, 24 Sep 2025 10:49:31 -0500 Subject: [PATCH] pre-commit: create codespell ignore files Signed-off-by: Dasun Abeykoon --- .codespell/ignore_lines.txt | 2 ++ .codespell/ignore_words.txt | 8 ++++++++ 2 files changed, 10 insertions(+) create mode 100644 .codespell/ignore_lines.txt create mode 100644 .codespell/ignore_words.txt diff --git a/.codespell/ignore_lines.txt b/.codespell/ignore_lines.txt new file mode 100644 index 0000000..07fa7c8 --- /dev/null +++ b/.codespell/ignore_lines.txt @@ -0,0 +1,2 @@ +;; Please include filenames and explanations for each ignored line. +;; See https://docs.openverse.org/meta/codespell.html for docs. diff --git a/.codespell/ignore_words.txt b/.codespell/ignore_words.txt new file mode 100644 index 0000000..04b4fcf --- /dev/null +++ b/.codespell/ignore_words.txt @@ -0,0 +1,8 @@ +;; Please include explanations for each ignored word (lowercase). +;; See https://docs.openverse.org/meta/codespell.html for docs. + +;; abbreviation for "materials" often used in a journal title +mater + +;; Frobenius norm used in np.linalg.norm +fro