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

This commit is contained in:
Harry Mellor 2025-02-20 16:00:14 +00:00 committed by GitHub
parent ed6e9075d3
commit 34aad515c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,7 @@ repos:
additional_dependencies: ['tomli']
args: ['--toml', 'pyproject.toml']
- repo: https://github.com/PyCQA/isort
rev: 5.13.2
rev: 0a0b7a830386ba6a31c2ec8316849ae4d1b8240d # 6.0.0
hooks:
- id: isort
exclude: 'vllm/third_party/.*'