Skip to content

Commit bd5809d

Browse files
authored
remove yapf (vllm-project#272)
Signed-off-by: Kunshang Ji <kunshang.ji@intel.com>
1 parent 20f2472 commit bd5809d

File tree

2 files changed

+0
-20
lines changed

2 files changed

+0
-20
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ default_stages:
66
- manual # Run in CI
77
exclude: 'vllm/third_party/.*'
88
repos:
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"

pyproject.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,6 @@ Documentation="https://docs.vllm.ai/en/latest/"
4949
where = ["."]
5050
include = ["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.
6254
line-length = 80

0 commit comments

Comments
 (0)