We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pre-commit
1 parent f38f9a8 commit 126d5ceCopy full SHA for 126d5ce
1 file changed
src/usethis/_tool/impl/pre_commit.py
@@ -88,6 +88,7 @@ def get_bitbucket_steps(self, *, matrix_python: bool = True) -> list[BitbucketSt
88
return [
89
BitbucketStep(
90
name=f"Run {self.name}",
91
+ caches=["pre-commit"],
92
script=BitbucketScript(
93
[
94
BitbucketScriptItemAnchor(name="ensure-venv"),
0 commit comments