You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Motivation
At the moment, we are adding a ignore-words-list = [] line to the pyproject.toml for codespell. However, codespell doesn't run successfully with an empty list.
Summary of desired enhancement
We shouldn't add this empty list anymore.