@@ -101,40 +101,6 @@ include = ["vllm*"]
101
101
"vllm/v1/engine/utils.py" = [" E501" ]
102
102
"vllm/v1/utils.py" = [" E501" ]
103
103
"vllm/v1/worker/gpu_model_runner.py" = [" E501" ]
104
- # # Simplification rules
105
- "tests/distributed/test_expert_placement.py" = [" SIM108" ]
106
- "tests/kernels/attention/test_cutlass_mla_decode.py" = [" SIM108" ]
107
- "tests/kernels/attention/test_flashmla.py" = [" SIM108" ]
108
- "tests/kernels/attention/test_lightning_attn.py" = [" SIM108" ]
109
- "tests/kernels/moe/test_pplx_moe.py" = [" SIM108" ]
110
- "tests/kernels/quantization/test_cutlass_scaled_mm.py" = [" SIM108" ]
111
- "tests/kernels/test_onednn.py" = [" SIM108" ]
112
- "tests/kernels/utils.py" = [" SIM108" ]
113
- "tests/multimodal/test_processing.py" = [" SIM108" ]
114
- "vllm/attention/ops/triton_reshape_and_cache_flash.py" = [" SIM108" ]
115
- "vllm/distributed/parallel_state.py" = [" SIM108" ]
116
- "vllm/entrypoints/chat_utils.py" = [" SIM108" ]
117
- "vllm/entrypoints/llm.py" = [" SIM108" ]
118
- "vllm/executor/ray_distributed_executor.py" = [" SIM108" , " SIM112" ]
119
- "vllm/model_executor/layers/batch_invariant.py" = [" SIM108" ]
120
- "vllm/model_executor/layers/fla/ops/chunk_o.py" = [" SIM108" ]
121
- "vllm/model_executor/layers/fused_moe/fused_moe.py" = [" SIM108" ]
122
- "vllm/model_executor/layers/fused_moe/layer.py" = [" SIM108" ]
123
- "vllm/model_executor/layers/fused_moe/modular_kernel.py" = [" SIM108" ]
124
- "vllm/model_executor/layers/fused_moe/rocm_aiter_fused_moe.py" = [" SIM108" ]
125
- "vllm/model_executor/layers/layernorm.py" = [" SIM108" ]
126
- "vllm/model_executor/layers/lightning_attn.py" = [" SIM108" ]
127
- "vllm/model_executor/layers/quantization/compressed_tensors/compressed_tensors.py" = [" SIM103" ]
128
- "vllm/model_executor/layers/quantization/compressed_tensors/utils.py" = [" SIM110" ]
129
- "vllm/model_executor/layers/quantization/quark/utils.py" = [" SIM110" ]
130
- "vllm/utils/__init__.py" = [" SIM108" ]
131
- "vllm/v1/sample/ops/bad_words.py" = [" SIM108" ]
132
- "vllm/v1/sample/rejection_sampler.py" = [" SIM108" ]
133
- "vllm/v1/worker/tpu_model_runner.py" = [" SIM108" ]
134
- "vllm/_custom_ops.py" = [" SIM108" ]
135
- "tools/profiler/print_layerwise_table.py" = [" SIM118" ]
136
- # # Loop variable binding issues
137
- "tests/kernels/mamba/test_mamba_ssm_ssd.py" = [" B023" ]
138
104
# End of temporary ignores
139
105
140
106
[tool .ruff .lint ]
0 commit comments