Skip to content

Commit beecaf4

Browse files
Adds falsy to ignore words list of codespell
1 parent 1c3f7ac commit beecaf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,5 +216,5 @@ ignore-path-errors=docs/pages/railway.rst;D000
216216

217217
[codespell]
218218
# codespell configuration: https://pypi.org/project/codespell
219-
ignore-words-list = appliable
219+
ignore-words-list = appliable,falsy
220220
skip = __pycache__,_build,.mypy_cache

0 commit comments

Comments
 (0)