@@ -56,52 +56,6 @@ include = ["vllm*"]
5656"vllm/third_party/**" = [" ALL" ]
5757"vllm/version.py" = [" F401" ]
5858"vllm/_version.py" = [" ALL" ]
59- # TEMPORARY! These ignores will be fixed forward
60- # # Line length violations
61- "csrc/cutlass_extensions/vllm_cutlass_library_extension.py" = [" E501" ]
62- "tests/compile/piecewise/test_simple.py" = [" E501" ]
63- "tests/compile/piecewise/test_toy_llama.py" = [" E501" , " B023" ]
64- "tests/entrypoints/conftest.py" = [" E501" ]
65- "tests/entrypoints/openai/test_audio.py" = [" E501" ]
66- "tests/entrypoints/openai/test_chat.py" = [" E501" ]
67- "tests/entrypoints/openai/test_chat_template.py" = [" E501" ]
68- "tests/entrypoints/openai/test_chat_with_tool_reasoning.py" = [" E501" ]
69- "tests/entrypoints/openai/test_completion_with_function_calling.py" = [" E501" ]
70- "tests/entrypoints/openai/test_video.py" = [" E501" ]
71- "tests/entrypoints/openai/test_vision.py" = [" E501" ]
72- "tests/entrypoints/test_chat_utils.py" = [" E501" ]
73- "tests/kernels/moe/modular_kernel_tools/common.py" = [" E501" ]
74- "tests/models/language/generation/test_gemma.py" = [" E501" ]
75- "tests/models/language/generation/test_mistral.py" = [" E501" ]
76- "tests/models/multimodal/generation/test_ultravox.py" = [" E501" ]
77- "tests/models/multimodal/generation/test_voxtral.py" = [" E501" ]
78- "tests/models/multimodal/generation/vlm_utils/custom_inputs.py" = [" E501" ]
79- "tests/tool_use/test_tool_choice_required.py" = [" E501" ]
80- "tests/v1/attention/utils.py" = [" E501" ]
81- "tests/v1/entrypoints/openai/responses/test_image.py" = [" E501" ]
82- "tests/v1/kv_connector/nixl_integration/test_accuracy.py" = [" E501" ]
83- "tests/v1/kv_connector/unit/test_offloading_connector.py" = [" E501" ]
84- "tests/v1/logits_processors/test_custom_offline.py" = [" E501" ]
85- "vllm/attention/ops/pallas_kv_cache_update.py" = [" E501" ]
86- "vllm/compilation/collective_fusion.py" = [" E501" ]
87- "vllm/compilation/wrapper.py" = [" E501" ]
88- "vllm/config/vllm.py" = [" E501" ]
89- "vllm/distributed/device_communicators/all2all.py" = [" E501" ]
90- "vllm/entrypoints/openai/protocol.py" = [" E501" ]
91- "vllm/lora/layers/vocal_parallel_embedding.py" = [" E501" ]
92- "vllm/model_executor/model_loader/bitsandbytes_loader.py" = [" E501" ]
93- "vllm/model_executor/models/bailing_moe.py" = [" E501" ]
94- "vllm/model_executor/models/hyperclovax_vision.py" = [" E501" ]
95- "vllm/model_executor/models/llama4_eagle.py" = [" E501" ]
96- "vllm/model_executor/models/longcat_flash_mtp.py" = [" E501" ]
97- "vllm/model_executor/models/phi4mm.py" = [" E501" ]
98- "vllm/model_executor/models/qwen3_next.py" = [" E501" ]
99- "vllm/model_executor/layers/quantization/ptpc_fp8.py" = [" E501" ]
100- "vllm/v1/attention/backends/mla/common.py" = [" E501" ]
101- "vllm/v1/engine/utils.py" = [" E501" ]
102- "vllm/v1/utils.py" = [" E501" ]
103- "vllm/v1/worker/gpu_model_runner.py" = [" E501" ]
104- # End of temporary ignores
10559
10660[tool .ruff .lint ]
10761select = [
0 commit comments