[EZ] Update lintrunner in CI to 0.12.7 (#143073)

Pull Request resolved: https://github.com/pytorch/pytorch/pull/143073
Approved by: https://github.com/wdvr
This commit is contained in:
Nikita Shulga
2024-12-12 15:35:37 +00:00
committed by PyTorch MergeBot
parent 7cc3a591c2
commit d83a049232
2 changed files with 3 additions and 3 deletions

View File

@ -280,9 +280,9 @@ unittest-xml-reporting<=3.2.0,>=2.0.0
#test that import:
#lintrunner is supported on aarch64-linux only from 0.12.4 version
lintrunner==0.12.5
lintrunner==0.12.7
#Description: all about linters!
#Pinned versions: 0.12.5
#Pinned versions: 0.12.7
#test that import:
redis>=4.0.0

View File

@ -19,7 +19,7 @@ fi
# if lintrunner is not installed, install it
if ! command -v lintrunner &> /dev/null; then
python3 -m pip install lintrunner==0.12.5
python3 -m pip install lintrunner==0.12.7
fi
# This has already been cached in the docker image