We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8909525 commit b2bc82eCopy full SHA for b2bc82e
1 file changed
.github/workflows/pre-commit.yml
@@ -37,6 +37,5 @@ jobs:
37
run: |
38
curl -LsSf https://astral.sh/uv/install.sh | sh
39
uv tool install pre-commit
40
- uv tool ensure-path
41
- # not sure if we need to source .bashrc here :)
+ uv tool ensurepath
42
pre-commit run --all-files --color always --show-diff-on-failure
0 commit comments