Skip to content

Commit c1433c8

Browse files
committed
pre-commit: create codespell ignore files
Signed-off-by: Dasun Abeykoon <Dasun20202020@hotmail.com>
1 parent 8689619 commit c1433c8

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.codespell/ignore_lines.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
;; Please include filenames and explanations for each ignored line.
2+
;; See https://docs.openverse.org/meta/codespell.html for docs.

.codespell/ignore_words.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
;; Please include explanations for each ignored word (lowercase).
2+
;; See https://docs.openverse.org/meta/codespell.html for docs.
3+
4+
;; abbreviation for "materials" often used in a journal title
5+
mater
6+
7+
;; Frobenius norm used in np.linalg.norm
8+
fro

0 commit comments

Comments
 (0)