Skip to content

Commit 3bee53e

Browse files
committed
Add ignore words
1 parent 45f4fa4 commit 3bee53e

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

.codespell/ignore-words.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
cna
2+
ege
3+
noteable
4+
statics

.codespellrc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[codespell]
2+
skip = ./_build,./.git,./venv,core-developers/developers.csv,include/release-cycle.json
3+
ignore-words = .codespell/ignore-words.txt
4+
# exclude-file = .codespell/exclude-file.txt
5+
# uri-ignore-words-list = daa,ist,searchin,theses

.pre-commit-config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ repos:
1818
- id: check-yaml
1919
- id: debug-statements
2020
- id: end-of-file-fixer
21+
- id: file-contents-sorter
22+
files: ^\.codespell/ignore-words\.txt$
2123
- id: trailing-whitespace
2224

2325
- repo: https://github.com/sphinx-contrib/sphinx-lint

0 commit comments

Comments
 (0)