Tags: commit-check/commit-check
Tags
fix: allow accented letters in author name (#221) * fix: allow accented letters in author name Allow accented letters (e.g. áéó, etc.) in an author's name. * fix: remove duplicate unicode regex range * fix: add broader regex range to .yml as well * fix: remove duplicate regex key
feat: add `merge_base` to check the branch is rebased (#192) * feat: check merge base (WIP) * feat: check merge base (WIP) * ci: auto fixes from pre-commit.com hooks * fix pre-commit check issues * Update commit_check/branch.py Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * Update .commit-check.yml Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * feat: add noxfile.py * ci: auto fixes from pre-commit.com hooks * fix pre-commit check * Update noxfile.py Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * fix: update merge_base feature * feat: refactor print error message * fix: update noxfile.py to fix workflow * fix: update noxfile.py to fix workflow * fix: update noxfile.py to fix finding wheel * fix: update noxfile.py * test: disable run commit-check * fix: revert main.yml * ci: auto fixes from pre-commit.com hooks * fix: removed does work test case * fix: update merge_base regex * fix: refactor code based on review * fix: update noxfile.py to fix lint * refactor: update commit-check.yml * test: add test for git_merge_base() * refactor: update util_test.py * feat: add new tests * refactor: update test * test: add tests for main and branch --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
PreviousNext