pyOpenSci / pyopensci.github.io

This is the website for pyOpenSci. Contributions welcome!!
https://www.pyopensci.org
Other
35 stars 61 forks source link

codespell ignore files #386

Closed kierisi closed 1 month ago

kierisi commented 2 months ago

added pyproject.toml and codespell-ignore.txt so that we can add names and terms to the codespell-ignore.txt to bypass generic codespell errors.


kierisi commented 2 months ago

@lwasser I'll keep poking at this, but it's not recognizing "Ned" as an ignored term.

lwasser commented 2 months ago

ok no problem. i remember fighting with this too ... we can figure this out together as well once i'm back from pycon!

You also could create a help wanted issue around it that maybe someone can tackle during our sprint on monday?! that actually might be a great idea to let someone else tackle it and just point to this pr. if it isn't tackled at pycon we can work on it then :)

flpm commented 1 month ago

I just did some tests locally and looks like the list of words to be ignored must be lowercase. If I try with ned instead of Ned it works in the pre-commit.

lwasser commented 1 month ago

@all-contributors please add @flpm for code, review

allcontributors[bot] commented 1 month ago

@lwasser

I've put up a pull request to add @flpm! :tada:

lwasser commented 1 month ago

@flpm thank you again for digging into this issue!! it was wonderful to chat at pycon. hope to see you around at future meetings / sprints / etc!