Skip to content

Commit 99174e1

Browse files
authored
Merge pull request #8 from dabeycorn/pre-commit-codespell
pre-commit: fix codespell errors
2 parents 8689619 + c1433c8 commit 99174e1

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)