Skip to content

Commit

Permalink
Pin pre-commit version
Browse files Browse the repository at this point in the history
Closes: ray-project#48508
Signed-off-by: Chi-Sheng Liu <[email protected]>
  • Loading branch information
MortalHappiness committed Dec 27, 2024
1 parent 19bb4de commit df361dc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .buildkite/others.rayci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ steps:
# uncomment the following line to update the pinned versions of pip dependencies
# to the latest versions; otherwise, the pinned versions will be re-used as much
# as possible
# - rm ./python/requirements_compiled.txt
# - rm ./python/requirements_compiled.txt
- cp ./python/requirements_compiled.txt requirements_compiled_backup.txt
- ./ci/ci.sh compile_pip_dependencies
- cp -f ./python/requirements_compiled.txt /artifact-mount/
Expand Down
2 changes: 1 addition & 1 deletion python/requirements/lint-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
clang-format==12.0.1
docutils
ruff==0.8.4
pre-commit==3.5.0
mypy==1.7.0
mypy-extensions==1.0.0
types-PyYAML==6.0.12.2
Expand Down
12 changes: 10 additions & 2 deletions python/requirements_compiled.txt
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,8 @@ cffi==1.16.0
# pynacl
# snowflake-connector-python
# soundfile
cfgv==3.4.0
# via pre-commit
cfn-lint==0.83.3
# via moto
charset-normalizer==3.3.2
Expand Down Expand Up @@ -723,6 +725,8 @@ humanfriendly==10.0
# coloredlogs
hyperopt @ git+https://github.com/hyperopt/hyperopt.git@2504ee61419737e814e2dec2961b15d12775529c
# via -r /ray/ci/../python/requirements/ml/tune-requirements.txt
identify==2.6.1
# via pre-commit
idna==3.7
# via
# -r /ray/ci/../python/requirements/security-requirements.txt
Expand Down Expand Up @@ -1125,6 +1129,8 @@ nevergrad==0.4.3.post7
# via -r /ray/ci/../python/requirements/ml/tune-requirements.txt
ninja==1.11.1.1
# via deepspeed
nodeenv==1.9.1
# via pre-commit
notebook==6.5.7
# via jupyterlab
notebook-shim==0.2.3
Expand Down Expand Up @@ -1433,6 +1439,8 @@ portalocker==2.8.2
# via
# azure-cli-telemetry
# msal-extensions
pre-commit==3.5.0
# via -r /ray/ci/../python/requirements/lint-requirements.txt
prometheus-client==0.19.0
# via
# -r /ray/ci/../python/requirements.txt
Expand Down Expand Up @@ -1740,6 +1748,7 @@ pyyaml==6.0.1
# myst-nb
# myst-parser
# optuna
# pre-commit
# pymars
# pytorch-lightning
# ray
Expand Down Expand Up @@ -1864,8 +1873,6 @@ ruamel-yaml==0.17.40
# yahp
ruamel-yaml-clib==0.2.8
# via ruamel-yaml
ruff==0.8.4
# via -r /ray/ci/../python/requirements/lint-requirements.txt
s3fs==2023.5.0
# via -r /ray/ci/../python/requirements/ml/core-requirements.txt
s3transfer==0.6.2
Expand Down Expand Up @@ -2363,6 +2370,7 @@ virtualenv==20.25.3
# via
# -r /ray/ci/../python/requirements.txt
# -r /ray/ci/../python/requirements/test-requirements.txt
# pre-commit
# pytest-virtualenv
# via vsphere-automation-sdk
# via vsphere-automation-sdk
Expand Down

0 comments on commit df361dc

Please sign in to comment.