Skip to content

Commit

Permalink
Update lint-requirements.txt (ray-project#47917)
Browse files Browse the repository at this point in the history
Signed-off-by: Edward Oakes <[email protected]>
  • Loading branch information
edoakes authored Oct 8, 2024
1 parent 630ec9a commit 5b02450
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ repos:
)
additional_dependencies:
[
types-PyYAML
types-PyYAML==6.0.12.2,
]

- repo: https://github.com/pycqa/isort
Expand Down
3 changes: 3 additions & 0 deletions python/requirements/lint-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ flake8-comprehensions==3.10.1
flake8-quotes==2.0.0
flake8-bugbear==21.9.2
mypy==1.7.0
mypy-extensions==1.0.0
types-PyYAML==6.0.12.2
black==22.10.0
isort==5.10.1
semgrep==1.32.0
shellcheck-py==0.7.1.1
yq
types-pycurl==7.45.3.20240421
types-requests==2.31.0.6
7 changes: 7 additions & 0 deletions python/requirements_compiled.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1143,6 +1143,7 @@ mypy==1.7.0
# -r /ray/ci/../python/requirements/test-requirements.txt
mypy-extensions==1.0.0
# via
# -r /ray/ci/../python/requirements/lint-requirements.txt
# black
# mypy
myst-nb==1.1.0
Expand Down Expand Up @@ -2383,10 +2384,16 @@ typeguard==2.13.3
# via ax-platform
typer==0.12.3
# via -r /ray/ci/../python/requirements.txt
types-pycurl==7.45.3.20240421
# via -r /ray/ci/../python/requirements/lint-requirements.txt
types-python-dateutil==2.9.0.20240316
# via arrow
types-pyyaml==6.0.12.2
# via -r /ray/ci/../python/requirements/lint-requirements.txt
types-requests==2.31.0.6
# via -r /ray/ci/../python/requirements/lint-requirements.txt
types-urllib3==1.26.25.14
# via types-requests
typing-extensions==4.8.0
# via
# -r /ray/ci/../python/requirements/test-requirements.txt
Expand Down

0 comments on commit 5b02450

Please sign in to comment.