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 pre-commit hook for codespell #307

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Commits on Jul 23, 2024

  1. Add pre-commit hook for codespell

    Automate typo-finding using [codespell](https://github.com/codespell-project/codespell/tree/v2.3.0?tab=readme-ov-file#pre-commit-hook). Added LINZ to the ignore list as a start.
    weiji14 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    be011db View commit details
    Browse the repository at this point in the history
  2. Fix typos in Markdown files

    weiji14 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    8bbe054 View commit details
    Browse the repository at this point in the history
  3. Fix typos in .py files

    weiji14 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    4fe4f46 View commit details
    Browse the repository at this point in the history
  4. Fix typos in .ipynb files

    weiji14 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    8cc7765 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Ignore some words from LICENSE_MODEL.md and CODE_OF_CONDUCT.md

    A couple of words in these legal documents to ignore.
    weiji14 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    35ff6a8 View commit details
    Browse the repository at this point in the history
  2. Skip some ipynb notebooks that has false positive misspellings

    Binary outputs in Jupyter Notebooks are not skipped by codespell, xref codespell-project/codespell#2138. So manually skipping these files after true-positive typos have been fixed.
    weiji14 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    0e0c34d View commit details
    Browse the repository at this point in the history