Skip to content

Commit f5244a6

Browse files
committed
Add extern directory to ruff exclude list
Signed-off-by: Eric Curtin <eric.curtin@docker.com>
1 parent be93291 commit f5244a6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ include = ["vllm_metal*"]
5959
[tool.ruff]
6060
line-length = 88
6161
target-version = "py311"
62+
exclude = ["extern"]
6263

6364
[tool.ruff.lint]
6465
select = ["E", "F", "W", "I", "N", "UP", "B", "C4"]

0 commit comments

Comments
 (0)