Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

help codespell ignore words #100

Closed
magland opened this issue Sep 20, 2024 · 1 comment
Closed

help codespell ignore words #100

magland opened this issue Sep 20, 2024 · 1 comment

Comments

@magland
Copy link
Collaborator

magland commented Sep 20, 2024

@yarikoptic How do I tell codespell to ignore certain words? I thought it was the -L option, but that doesn't seem to work. See the gh action. It's this PR that is causing trouble:

#99

@yarikoptic
Copy link
Contributor

add them to ignore-words-list which you uncomment here:

https://github.com/NeurodataWithoutBorders/lindi/blob/main/pyproject.toml#L36

e.g.

ignore-words-list = 'tempory,someotherprecious'

it will be case insensitive and needs to be lower case

@magland magland closed this as completed Sep 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants