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

Improve codespell support: adjust and concentrate config to pyproject.toml and fix more typos #2583

Merged
merged 4 commits into from
Aug 6, 2024

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    22fbdb1 View commit details
    Browse the repository at this point in the history
  2. Move configuration for codespell into pyproject.toml and set to opera…

    …te on all dictionaries
    
    Also no longer exclude all .json files as they are worth to check/fix
    
    Signed-off-by: Yaroslav Halchenko <debian@onerussian.com>
    yarikoptic committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    e3b210d View commit details
    Browse the repository at this point in the history
  3. Do not skip from codespell yaml and js files

    Signed-off-by: Yaroslav Halchenko <debian@onerussian.com>
    yarikoptic committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    f03f9e0 View commit details
    Browse the repository at this point in the history
  4. [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 ^^^
    
    Signed-off-by: Yaroslav Halchenko <debian@onerussian.com>
    yarikoptic committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    b8d7d02 View commit details
    Browse the repository at this point in the history