Skip to content

Add codespell pre-commit hook#9040

Merged
jcrist merged 2 commits intodask:mainfrom
jrbourbeau:codespell
May 5, 2022
Merged

Add codespell pre-commit hook#9040
jcrist merged 2 commits intodask:mainfrom
jrbourbeau:codespell

Conversation

@jrbourbeau
Copy link
Copy Markdown
Member

This PR adds a new codespell pre-commit hook to catch some common spelling mistakes in our docs

cc @jsignell @scharlottej13 for thoughts

@github-actions github-actions bot added the documentation Improve or add to documentation label May 5, 2022
hooks:
- id: flake8
language_version: python3
- repo: https://github.com/codespell-project/codespell
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Totally open to using some other project. I just chose codespell because that's what pandas is using

Copy link
Copy Markdown
Member

@jcrist jcrist left a comment

Choose a reason for hiding this comment

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

LGTM, thanks @jrbourbeau!

@jcrist jcrist merged commit afe1e06 into dask:main May 5, 2022
@jrbourbeau jrbourbeau deleted the codespell branch May 6, 2022 02:13
erayaslan pushed a commit to erayaslan/dask that referenced this pull request May 12, 2022
* Add codespell pre-commit

* Fix missing newline in setup.cfg

Co-authored-by: Jim Crist-Harif <jcristharif@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improve or add to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants