Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .azure-pipelines/pre-commit-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ steps:

- script: |
set -x
sudo pip install pre-commit
sudo uv pip install --system pre-commit
pre-commit install-hooks
displayName: 'Prepare pre-commit check'

Expand All @@ -20,7 +20,7 @@ steps:
To run the pre-commit checks locally, you can follow below steps:\n\
1. Ensure that default python is python3.\n\
2. Ensure that the 'pre-commit' package is installed:\n\
sudo pip install pre-commit\n\
sudo uv pip install --system pre-commit\n\
3. Go to repository root folder\n\
4. Install the pre-commit hooks:\n\
pre-commit install\n\
Expand Down
Loading