We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b5e647 commit 590d62dCopy full SHA for 590d62d
1 file changed
.manager/src/proman/main.py
@@ -460,7 +460,7 @@ def run_refactor(
460
branch_manager.branch.checkout_to_auto(branch=pr_branch)
461
try:
462
hooks_output = _script.lint.run(
463
- config=self._path_head / ".devcontainer/config/pre-commit-ci.yaml",
+ config=branch_manager.git.repo_path / ".devcontainer/config/pre-commit-ci.yaml",
464
action=input_action,
465
hook_stage="manual",
466
ref_range=ref_range,
0 commit comments