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 (config, workflow, pre-commit) to detect new typos, fix found typos #540

Draft
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Feb 15, 2024

  1. Configuration menu
    Copy the full SHA
    a34e33e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5891c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48e41d3 View commit details
    Browse the repository at this point in the history
  4. Custom skips for codespell

    yarikoptic committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    ba14369 View commit details
    Browse the repository at this point in the history
  5. [DATALAD RUNCMD] Fix comparitor to be comparator

    === Do not change lines below ===
    {
     "chain": [],
     "cmd": "git-sedi comparitor comparator",
     "exit": 0,
     "extra_inputs": [],
     "inputs": [],
     "outputs": [],
     "pwd": "."
    }
    ^^^ Do not change lines above ^^^
    yarikoptic committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    a6dd0a4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2c9f053 View commit details
    Browse the repository at this point in the history
  7. TMP: add typo

    yarikoptic committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    bac665c View commit details
    Browse the repository at this point in the history
  8. [DATALAD RUNCMD] run codespell throughout fixing typo automagically

    === Do not change lines below ===
    {
     "chain": [],
     "cmd": "codespell -w",
     "exit": 0,
     "extra_inputs": [],
     "inputs": [],
     "outputs": [],
     "pwd": "."
    }
    ^^^ Do not change lines above ^^^
    yarikoptic committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    5169aaa View commit details
    Browse the repository at this point in the history
  9. Add pre-commit workflow

    this particular setup borrowed from lark's mypy workflow
    yarikoptic committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    4ecf11b View commit details
    Browse the repository at this point in the history