Skip to content

Commit 153d522

Browse files
committed
codespell: ignore "build" folder which might be on the system
1 parent a38a001 commit 153d522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.codespellrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[codespell]
2-
skip = .git,.venv,venvs,*.svg,_build
2+
skip = .git,.venv,venvs,*.svg,_build,build
33
# te -- TE as codespell is case insensitive
44
ignore-words-list = bu,nd,te

0 commit comments

Comments
 (0)