Skip to content

Commit f343537

Browse files
committed
Add rudimentary codespell config
1 parent dcbc01a commit f343537

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,3 +107,8 @@ module = "sqlmodel.sql.expression"
107107
warn_unused_ignores = false
108108

109109
# invalidate CI cache: 1
110+
111+
[tool.codespell]
112+
skip = '.git,*.pdf,*.svg'
113+
#
114+
# ignore-words-list = ''

0 commit comments

Comments
 (0)