Skip to content

Commit 7760ccd

Browse files
committed
add codespell exclude file
Signed-off-by: chensuyue <[email protected]>
1 parent 895f343 commit 7760ccd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,8 @@ repos:
142142
(?x)^(
143143
examples/.*(txt|patch)|
144144
examples/onnxrt/nlp/huggingface_model/text_generation/llama/quantization/ptq_static/prompt.json|
145-
examples/notebook/dynas/ResNet50_Quantiation_Search_Supernet_NAS.ipynb
145+
examples/notebook/dynas/ResNet50_Quantiation_Search_Supernet_NAS.ipynb|
146+
examples/notebook/dynas/Transformer_LT_Supernet_NAS.ipynb
146147
)$
147148
148149
- repo: https://github.com/astral-sh/ruff-pre-commit

0 commit comments

Comments
 (0)