Skip to content

Commit f584a73

Browse files
committed
Don't spell check poetry.lock
1 parent 3654e95 commit f584a73

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

template/pyproject.toml.jinja

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ mknotebooks = ">= 0.8.0"
4545

4646
# Ref.: https://github.com/codespell-project/codespell
4747
[tool.codespell]
48-
skip = "pyproject.toml,LICENSE"
48+
skip = "LICENSE,poetry.lock,pyproject.toml"
4949

5050
# Reminder: words have to be lowercased for the ignore-words-list
5151
ignore-words-list = "linke"
@@ -57,5 +57,6 @@ linke = "linke"
5757
[tool.typos.files]
5858
extend-exclude = [
5959
"LICENSE",
60+
"poetry.lock",
6061
"pyproject.toml",
6162
]

0 commit comments

Comments
 (0)