File tree Expand file tree Collapse file tree 2 files changed +0
-20
lines changed
Expand file tree Collapse file tree 2 files changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,6 @@ default_stages:
66 - manual # Run in CI
77exclude : ' vllm/third_party/.*'
88repos :
9- # - repo: https://github.com/google/yapf
10- # rev: v0.43.0
11- # hooks:
12- # - id: yapf
13- # args: [--in-place, --verbose]
149- repo : https://github.com/astral-sh/ruff-pre-commit
1510 rev : v0.11.7
1611 hooks :
@@ -64,13 +59,6 @@ repos:
6459 files : ^requirements/test\.(in|txt)$
6560- repo : local
6661 hooks :
67- - id : yapf
68- name : yapf
69- entry : yapf
70- language : python
71- types : [python]
72- additional_dependencies : [yapf==0.43.0]
73- args : [--in-place, --verbose]
7462 - id : mypy-local
7563 name : Run mypy for local Python installation
7664 entry : tools/mypy.sh 0 "local"
Original file line number Diff line number Diff line change @@ -49,14 +49,6 @@ Documentation="https://docs.vllm.ai/en/latest/"
4949where = [" ." ]
5050include = [" vllm_xpu_kernels*" ]
5151
52- [tool .yapfignore ]
53- ignore_patterns = [
54- " .buildkite/**" ,
55- " benchmarks/**" ,
56- " build/**" ,
57- " examples/**" ,
58- ]
59-
6052[tool .ruff ]
6153# Allow lines to be as long as 80.
6254line-length = 80
You can’t perform that action at this time.
0 commit comments