Unverified Commit 34aad515 authored by Harry Mellor's avatar Harry Mellor Committed by GitHub
Browse files

Update `pre-commit`'s `isort` version to remove warnings (#13614)

parent ed6e9075
...@@ -22,7 +22,7 @@ repos: ...@@ -22,7 +22,7 @@ repos:
additional_dependencies: ['tomli'] additional_dependencies: ['tomli']
args: ['--toml', 'pyproject.toml'] args: ['--toml', 'pyproject.toml']
- repo: https://github.com/PyCQA/isort - repo: https://github.com/PyCQA/isort
rev: 5.13.2 rev: 0a0b7a830386ba6a31c2ec8316849ae4d1b8240d # 6.0.0
hooks: hooks:
- id: isort - id: isort
exclude: 'vllm/third_party/.*' exclude: 'vllm/third_party/.*'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment