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 support (config, workflow to detect/not fix) and make it fix few typos #1126

Merged
merged 9 commits into from
Dec 2, 2024

Commits on Oct 28, 2024

  1. Configuration menu
    Copy the full SHA
    dc8ab1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72f62b4 View commit details
    Browse the repository at this point in the history
  3. Extra skips for codespell

    yarikoptic committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    2833921 View commit details
    Browse the repository at this point in the history
  4. [DATALAD RUNCMD] Do interactive fixing of some ambigous typos

    === Do not change lines below ===
    {
     "chain": [],
     "cmd": "codespell -w -i 3 -C 2 ./skrub/_gap_encoder.py ./benchmarks/utils/monitor.py",
     "exit": 0,
     "extra_inputs": [],
     "inputs": [],
     "outputs": [],
     "pwd": "."
    }
    ^^^ Do not change lines above ^^^
    yarikoptic committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    70707f2 View commit details
    Browse the repository at this point in the history
  5. [DATALAD RUNCMD] run codespell throughout fixing typos automagically

    === Do not change lines below ===
    {
     "chain": [],
     "cmd": "codespell -w",
     "exit": 0,
     "extra_inputs": [],
     "inputs": [],
     "outputs": [],
     "pwd": "."
    }
    ^^^ Do not change lines above ^^^
    yarikoptic committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    7043186 View commit details
    Browse the repository at this point in the history
  6. Exclude package-lock.json explicitly for pre-commit

    there is outstanding bug in codespell so not all excludes
    are in effect while running codespell for pre-commit. So we need
    to list this one explicitly
    yarikoptic committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    0c82b4d View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2024

  1. Configuration menu
    Copy the full SHA
    687e40d View commit details
    Browse the repository at this point in the history
  2. additional typos

    jeromedockes committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    29ee185 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2024

  1. update pixi.lock

    Vincent-Maladiere committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    c3f0465 View commit details
    Browse the repository at this point in the history