Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: SimpleITK/CommentSpellCheck
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: make_pre_commit_hook
Choose a base ref
...
head repository: SimpleITK/CommentSpellCheck
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 10 files changed
  • 1 contributor

Commits on May 23, 2025

  1. Merge pull request #62 from SimpleITK/make_pre_commit_hook

    Adding configuration file to be a pre-commit hook
    dave3d authored May 23, 2025
    Configuration menu
    Copy the full SHA
    f22acbd View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2025

  1. Configuration menu
    Copy the full SHA
    e174405 View commit details
    Browse the repository at this point in the history
  2. Changed 'csharp' to 'c#'

    dave3d committed Jun 12, 2025
    Configuration menu
    Copy the full SHA
    98da27b View commit details
    Browse the repository at this point in the history
  3. Changed Ruby suffix to ".rb"

    dave3d committed Jun 12, 2025
    Configuration menu
    Copy the full SHA
    1d2da72 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2025

  1. Merge pull request #63 from SimpleITK/AddedCXXToPrecommit

    Add C, C++, CSharp file types to precommit
    dave3d authored Jun 13, 2025
    Configuration menu
    Copy the full SHA
    ffbef87 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2025

  1. Added cs file type

    dave3d committed Jun 20, 2025
    Configuration menu
    Copy the full SHA
    3290d87 View commit details
    Browse the repository at this point in the history
  2. Added CSharp file type

    dave3d committed Jun 20, 2025
    Configuration menu
    Copy the full SHA
    92e5aa0 View commit details
    Browse the repository at this point in the history
  3. Added R file type

    dave3d committed Jun 20, 2025
    Configuration menu
    Copy the full SHA
    684eafe View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2025

  1. Merge pull request #64 from SimpleITK/AddCSharpType

    Added CSharp file type
    dave3d authored Jun 21, 2025
    Configuration menu
    Copy the full SHA
    b8508ed View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2025

  1. Configuration menu
    Copy the full SHA
    a088484 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #65 from SimpleITK/LoadDictFromURL

    ENH: Added downoading a dictionary from a URL.
    dave3d authored Jul 11, 2025
    Configuration menu
    Copy the full SHA
    aa21048 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2025

  1. Configuration menu
    Copy the full SHA
    40727fd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #68 from SimpleITK/UpdateREADME

    Updated PySpellChecker description
    dave3d authored Jul 14, 2025
    Configuration menu
    Copy the full SHA
    46c04d4 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2025

  1. ENH: Added Disable/Enable tag

    Now putting "disable-spell-check" in a comment will temporarily disable
    spell checking.  Use "enable-spell-check" in a comment to re-enable it.
    dave3d committed Sep 26, 2025
    Configuration menu
    Copy the full SHA
    d83b35b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd32cbd View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2025

  1. DOC: added section about disabling spell checking

    Describe the 'spell-check-disable' and 'spell-check-enable'
    
    Also added slash before all single quotes.  This bug was messing
    up pandoc's formatting.
    dave3d committed Sep 29, 2025
    Configuration menu
    Copy the full SHA
    375fea7 View commit details
    Browse the repository at this point in the history
  2. BUG: fixed bad test

    The URL test had an obsolete URL for the SimpleITK dictionary.
    dave3d committed Sep 29, 2025
    Configuration menu
    Copy the full SHA
    6c80858 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2025

  1. Merge pull request #70 from dave3d/DisableOption

    Disable option
    dave3d authored Oct 2, 2025
    Configuration menu
    Copy the full SHA
    5e67a2d View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2025

  1. Update README.md

    dave3d authored Oct 3, 2025
    Configuration menu
    Copy the full SHA
    ffc3ba7 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2026

  1. Added function typing

    Also added a better module description at the top of
    comment_spell_check.py.  This is all courtesy of Claude.
    dave3d committed Jan 27, 2026
    Configuration menu
    Copy the full SHA
    7734667 View commit details
    Browse the repository at this point in the history
Loading