Skip to content

Commit 7f5bf7c

Browse files
committed
[None][chore] Update linter rules for mass integration
Signed-off-by: Mike Iovine <[email protected]>
1 parent 6925f4b commit 7f5bf7c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -955,6 +955,7 @@ common-files: &common_files |
955955
tests/unittest/_torch/attention/test_flashinfer_attention.py |
956956
tests/unittest/_torch/attention/test_flashinfer_star_attn.py |
957957
tests/unittest/_torch/attention/test_vanilla_attention.py |
958+
tests/unittest/_torch/auto_deploy/_utils_test/_model_test_utils.py |
958959
tests/unittest/_torch/compilation/test_add_norm.py |
959960
tests/unittest/_torch/debugger/test_debugger_addon.py |
960961
tests/unittest/_torch/executor/test_chunked_logits.py |
@@ -1073,6 +1074,7 @@ common-files: &common_files |
10731074
tests/unittest/_torch/thop/parallel/test_weight_only_quant_gemm.py |
10741075
tests/unittest/_torch/thop/parallel/test_weight_only_quant_linear.py |
10751076
tests/unittest/_torch/thop/serial/test_moe_alltoall.py |
1077+
tests/unittest/_torch/thop/serial/test_moe.py |
10761078
tests/unittest/api_stability/api_stability_core.py |
10771079
tests/unittest/api_stability/test_llm_api.py |
10781080
tests/unittest/bindings/binding_test_utils.py |

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -995,6 +995,7 @@ exclude = [
995995
"tests/unittest/_torch/attention/test_flashinfer_attention.py",
996996
"tests/unittest/_torch/attention/test_flashinfer_star_attn.py",
997997
"tests/unittest/_torch/attention/test_vanilla_attention.py",
998+
"tests/unittest/_torch/auto_deploy/_utils_test/_model_test_utils.py",
998999
"tests/unittest/_torch/compilation/test_add_norm.py",
9991000
"tests/unittest/_torch/debugger/test_debugger_addon.py",
10001001
"tests/unittest/_torch/executor/test_chunked_logits.py",
@@ -1113,6 +1114,7 @@ exclude = [
11131114
"tests/unittest/_torch/thop/parallel/test_weight_only_quant_gemm.py",
11141115
"tests/unittest/_torch/thop/parallel/test_weight_only_quant_linear.py",
11151116
"tests/unittest/_torch/thop/serial/test_moe_alltoall.py",
1117+
"tests/unittest/_torch/thop/serial/test_moe.py",
11161118
"tests/unittest/api_stability/api_stability_core.py",
11171119
"tests/unittest/api_stability/test_llm_api.py",
11181120
"tests/unittest/bindings/binding_test_utils.py",

0 commit comments

Comments
 (0)