-
-
Notifications
You must be signed in to change notification settings - Fork 16
Comparing changes
Open a pull request
base repository: commit-check/commit-check
base: v2.12.0
head repository: commit-check/commit-check
compare: v2.12.2
- 12 commits
- 17 files changed
- 9 contributors
Commits on Jul 24, 2026
-
Configuration menu - View commit details
-
Copy full SHA for bd890f1 - Browse repository at this point
Copy the full SHA bd890f1View commit details
Commits on Jul 25, 2026
-
Configuration menu - View commit details
-
Copy full SHA for ae0362e - Browse repository at this point
Copy the full SHA ae0362eView commit details -
Configuration menu - View commit details
-
Copy full SHA for dca495f - Browse repository at this point
Copy the full SHA dca495fView commit details
Commits on Jul 27, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 5a3dd93 - Browse repository at this point
Copy the full SHA 5a3dd93View commit details
Commits on Jul 29, 2026
-
fix: handle PackageNotFoundError when commit-check is not installed (#…
…483) * fix: handle PackageNotFoundError when commit-check is not installed Wrap __version__ in try/except so that importing commit-check does not crash in development environments where the package has not been pip installed (e.g. running directly via uv or python -m). Falls back to '0.0.0.dev'. * test: add tests for __version__ fallback on PackageNotFoundError
Configuration menu - View commit details
-
Copy full SHA for ad606e1 - Browse repository at this point
Copy the full SHA ad606e1View commit details -
chore: remove dead code _find_check (#484)
_find_check in commit_check/util.py was no longer used by any production code. Only its tests in tests/util_test.py referenced it. Remove both the function and its corresponding test class.
Configuration menu - View commit details
-
Copy full SHA for cb0c44f - Browse repository at this point
Copy the full SHA cb0c44fView commit details
Commits on Jul 30, 2026
-
chore: use pull_request_target for auto-labeler on fork PRs (#488)
fix: use pull_request_target for auto-labeler on fork PRs When a PR is opened from a fork repository, the GITHUB_TOKEN in pull_request events only has read permissions, preventing the autolabeler from adding labels. Using pull_request_target runs the workflow in the context of the base repository with write permissions, which is safe since the autolabeler only reads PR metadata and adds labels without checking out any code. Fixes auto-labeler failing on PR #487 from a fork.
Configuration menu - View commit details
-
Copy full SHA for 18d7cee - Browse repository at this point
Copy the full SHA 18d7ceeView commit details -
chore: remove dead else branch in print_suggestion() (#487)
* fix: remove dead else branch in print_suggestion() (#486) Removed the unreachable else branch in print_suggestion() that could never be entered since all callers already guard with a truthy check. Updated the type hint from str | None to str, and removed the corresponding test. Close #486 * fix: resolve mypy type error in print_suggestion call Fix the mypy error: the argument passed to print_suggestion in _print_failure is now guaranteed to be str (still works at runtime, just shuts up the type checker). --------- Co-authored-by: XEDAB <XEDAB@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 56e6e36 - Browse repository at this point
Copy the full SHA 56e6e36View commit details
Commits on Jul 31, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 3095509 - Browse repository at this point
Copy the full SHA 3095509View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91c4a9f - Browse repository at this point
Copy the full SHA 91c4a9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b75ec1c - Browse repository at this point
Copy the full SHA b75ec1cView commit details -
fix: detect space-separated AI model names in co-author trailers (#506)
* fix: detect space-separated AI model names in trailers * ci: auto fixes from pre-commit.com hooks --------- Co-authored-by: sshevchenko <sshevchenko@evolution.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d534a3f - Browse repository at this point
Copy the full SHA d534a3fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.12.0...v2.12.2