Skip to content

Commit

Permalink
fix pre-commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
VVsssssk committed Apr 26, 2022
1 parent a23ac58 commit 96a7f8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ repos:
rev: v2.1.0
hooks:
- id: codespell
args: ["--skip=third_party/*,*.proto"]
args: ["--skip=third_party/*,*.ipynb,*.proto"]

- repo: https://github.com/myint/docformatter
rev: v1.4
Expand Down
2 changes: 1 addition & 1 deletion demo/tutorials/tutorials_1.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"\n",
"**我们默认大家熟悉 Python 语言,并对 PyTorch 框架有基本的认识,除此之外不需要了解任何模型部署的知识。**\n",
"\n",
"在第一篇文章中,我们将部署一个简单的超分辨率模型,认识中间表示、推理引擎等模型部署中的概念。\n"
"在第一篇文章中,我们将部署一个简单的超分辨率模型,认识中间表示、推理引擎等模型部署中的概念。 \n"
]
},
{
Expand Down

0 comments on commit 96a7f8c

Please sign in to comment.