Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 43a80f5

Browse files
committedJun 11, 2025·
skpkg: update to ignore words
1 parent eabf170 commit 43a80f5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎.codespell/ignore_words.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,16 @@ mater
77
;; Frobenius norm used in np.linalg.norm
88
fro
99

10+
;; class name within distutils module
11+
ccompiler
12+
1013
;; dum as a C variable
1114
dum
1215

1316
;; gaus used for gaussian
1417
gaus
1518

16-
;; DISCUS is a software
19+
;; structure file format
1720
DISCUS
1821

1922
;; Periodic table elements
@@ -22,6 +25,3 @@ Nd
2225

2326
;; Ois
2427
Ois
25-
26-
;; ccompiler
27-
ccompiler

0 commit comments

Comments
 (0)
Please sign in to comment.