Skip to content

Commit 46104b8

Browse files
committed
Skip .bib from codespell
1 parent ab8371e commit 46104b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[tool.codespell]
66
# Ref: https://github.com/codespell-project/codespell#using-a-config-file
7-
skip = '.git*,*.svg'
7+
skip = '.git*,*.svg,*.bib'
88
check-hidden = true
99
# ignore-regex = ''
1010
# ignore-words-list = ''

0 commit comments

Comments
 (0)