MegEngine / MegCC

MegCC是一个运行时超轻量,高效,移植简单的深度学习模型编译器
Apache License 2.0
474 stars 56 forks source link

CI(project): and CI to fix spell #39

Closed tpoisonooo closed 1 year ago

tpoisonooo commented 1 year ago

typo 太多了,估计有几百个..

手动触发 pre-commit

$ pip install pre-commit
$ cd megcc
$ pre-commit install .
$ pre-commit run --all-files

可修改 .pre-commit-config.yaml,去掉 --skip 看看实际有多少 typo ..

yeasoon commented 1 year ago

LGTM, @haolongzhangm please help to review

chenqy4933 commented 1 year ago

LGTM

chenqy4933 commented 1 year ago

@yeasoon 有时间统一修一下吧,“可修改 .pre-commit-config.yaml,去掉 --skip 看看实际有多少 typo ..”