Skip to content

Commit

Permalink
FIX: set correct PR title for .constraints (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer authored Jan 11, 2024
1 parent 3afff82 commit dc2ab19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/repoma/check_dev_files/precommit.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def _update_precommit_ci_commit_msg() -> None:
if precommit_ci is None:
return
if CONFIG_PATH.pip_constraints.exists():
expected_msg = "MAINT: autoupdate pre-commit hooks"
expected_msg = "MAINT: update pip constraints and pre-commit"
else:
expected_msg = "MAINT: autoupdate pre-commit hooks"
key = "autoupdate_commit_msg"
Expand Down

0 comments on commit dc2ab19

Please sign in to comment.