Skip to content

Commit 373971c

Browse files
committed
Merge branch '202511' of https://github.com/sonic-net/sonic-utilities into 202512
2 parents 9f38e02 + f434d57 commit 373971c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.azure-pipelines/pre-commit-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ steps:
55

66
- script: |
77
set -x
8-
sudo pip install pre-commit
8+
sudo uv pip install --system pre-commit
99
pre-commit install-hooks
1010
displayName: 'Prepare pre-commit check'
1111

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

0 commit comments

Comments
 (0)