Skip to content

Commit 31bef35

Browse files
authored
Add astroid to ignore list for codespell
1 parent c3872d6 commit 31bef35

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -428,3 +428,6 @@ directory = 'changes'
428428
filename = "docs/release-notes.rst"
429429
underlines = ["-", "~", "^"]
430430
issue_format = ":issue:`{issue}`"
431+
432+
[codespell]
433+
ignore-words-list = astroid

0 commit comments

Comments
 (0)