Skip to content

Commit 6c1fdfd

Browse files
committed
[None][chore] Update linter rules for mass integration
Signed-off-by: Mike Iovine <[email protected]>
1 parent 8a75dd5 commit 6c1fdfd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1073,6 +1073,7 @@ common-files: &common_files |
10731073
tests/unittest/_torch/thop/parallel/test_weight_only_quant_gemm.py |
10741074
tests/unittest/_torch/thop/parallel/test_weight_only_quant_linear.py |
10751075
tests/unittest/_torch/thop/serial/test_moe_alltoall.py |
1076+
tests/unittest/_torch/thop/serial/test_moe.py |
10761077
tests/unittest/api_stability/api_stability_core.py |
10771078
tests/unittest/api_stability/test_llm_api.py |
10781079
tests/unittest/bindings/binding_test_utils.py |

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1113,6 +1113,7 @@ exclude = [
11131113
"tests/unittest/_torch/thop/parallel/test_weight_only_quant_gemm.py",
11141114
"tests/unittest/_torch/thop/parallel/test_weight_only_quant_linear.py",
11151115
"tests/unittest/_torch/thop/serial/test_moe_alltoall.py",
1116+
"tests/unittest/_torch/thop/serial/test_moe.py",
11161117
"tests/unittest/api_stability/api_stability_core.py",
11171118
"tests/unittest/api_stability/test_llm_api.py",
11181119
"tests/unittest/bindings/binding_test_utils.py",

0 commit comments

Comments
 (0)