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

Fix codespell arg #137

Merged
merged 1 commit into from
Oct 21, 2024
Merged

Fix codespell arg #137

merged 1 commit into from
Oct 21, 2024

Conversation

alexdewar
Copy link
Collaborator

It turns out that -L lets you provide a list of words to ignore on the command line. What we actually want is to provide a file with a list of words to be ignored. The correct option for this is -I.

The reason we didn't notice is because the file is currently empty, but it will be frustrating for whoever actually tries to add something to it!

It turns out that -L lets you provide a list of words to ignore *on the
command line*. What we actually want is to provide a file with a list of
words to be ignored. The correct option for this is -I.

The reason we didn't notice is because the file is currently empty, but
it will be frustrating for whoever actually tries to add something to
it!
alexdewar added a commit to ImperialCollegeLondon/drunc_ui that referenced this pull request Oct 17, 2024
It turns out that -L lets you provide a list of words to ignore on the command line. What we actually want is to provide a file with a list of words to be ignored. The correct option for this is -I.

See: ImperialCollegeLondon/python-template#137
alexdewar added a commit to alexdewar/imperial_coldfront_plugin that referenced this pull request Oct 17, 2024
It turns out that -L lets you provide a list of words to ignore on the command line. What we actually want is to provide a file with a list of words to be ignored. The correct option for this is -I.

See: ImperialCollegeLondon/python-template#137
@dalonsoa dalonsoa merged commit 28bee6e into main Oct 21, 2024
9 checks passed
@dalonsoa dalonsoa deleted the fix-codespell branch October 21, 2024 14:23
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

Successfully merging this pull request may close these issues.

2 participants