Skip to content

Commit 6f8b6cb

Browse files
committed
chore: update codespell ignore-words-list to include 'capfd'
1 parent 33599a6 commit 6f8b6cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,5 +623,5 @@ SQLAlchemyAsyncSlugRepository = "SQLAlchemySyncSlugRepository"
623623
"sqlalchemy.ext.asyncio.scoping.async_scoped_session" = "sqlalchemy.orm.scoping.scoped_session"
624624

625625
[tool.codespell]
626-
ignore-words-list = "selectin,fo,froms,notin"
626+
ignore-words-list = "selectin,fo,froms,notin,capfd"
627627
skip = 'pdm.lock, uv.lock, examples/us_state_lookup.json, docs/_static/favicon.svg, docs/changelog.rst, advanced_alchemy/types/file_object/file.py, docs/_static/syntax-highlighting.css'

0 commit comments

Comments
 (0)