Skip to content

Commit 126d5ce

Browse files
Add pre-commit cache to Bitbucket pipeline step for pre-commit for None-backend (#1112)
1 parent f38f9a8 commit 126d5ce

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/usethis/_tool/impl/pre_commit.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ def get_bitbucket_steps(self, *, matrix_python: bool = True) -> list[BitbucketSt
8888
return [
8989
BitbucketStep(
9090
name=f"Run {self.name}",
91+
caches=["pre-commit"],
9192
script=BitbucketScript(
9293
[
9394
BitbucketScriptItemAnchor(name="ensure-venv"),

0 commit comments

Comments
 (0)