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

Add codespell configuration. #2057

Merged
merged 2 commits into from
Jul 31, 2023
Merged

Add codespell configuration. #2057

merged 2 commits into from
Jul 31, 2023

Conversation

freakboy3742
Copy link
Member

Adds codespell as a pre-commit configuration, and fixes a bunch of errors that are found in the process.

PR Checklist:

  • All new features have been tested
  • All new features have been documented
  • I have read the CONTRIBUTING.md file
  • I will abide by the code of conduct

@freakboy3742 freakboy3742 requested a review from mhsmith July 31, 2023 07:08
Comment on lines +4 to +5
ignore-regex = "\bNd\b"
ignore-words-list = "te,crate"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These should be replaced with inline comments once codespell-project/codespell#1212 is fixed, but it looks like a global ignore is the best option at the moment.

@mhsmith mhsmith merged commit c6f00ca into beeware:main Jul 31, 2023
@freakboy3742 freakboy3742 deleted the codespell branch August 1, 2023 00:14
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