Skip to content

Commit

Permalink
【PaddlePaddle Hackathon 2】70、深度体验飞桨官网文档,并产出一份评估报告 (PaddlePaddle#4689)
Browse files Browse the repository at this point in the history
* start up

* update

* refine

* update pic

* refine

* refine 0508

* pre-commit migrate-config

* pre-commit migrate-config

* refine
  • Loading branch information
doombeaker authored May 13, 2022
1 parent 74cb8c6 commit ddd28fb
Show file tree
Hide file tree
Showing 9 changed files with 856 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
repos:
- repo: https://github.com/pre-commit/mirrors-yapf.git
sha: v0.16.0
rev: v0.16.0
hooks:
- id: yapf
files: \.py$
- repo: https://github.com/pre-commit/pre-commit-hooks
sha: a11d9314b22d8f8c7556443875b731ef05965464
rev: a11d9314b22d8f8c7556443875b731ef05965464
hooks:
- id: check-merge-conflict
- id: check-symlinks
Expand All @@ -15,7 +16,7 @@
- id: trailing-whitespace
files: \.md$
- repo: https://github.com/Lucas-C/pre-commit-hooks
sha: v1.0.1
rev: v1.0.1
hooks:
- id: forbid-crlf
files: \.md$
Expand All @@ -26,7 +27,7 @@
- id: remove-tabs
files: \.md$
- repo: https://github.com/reyoung/pre-commit-hooks-jinja-compile.git
sha: 4a369cc72a4a2b8d3813ab8cc17abb5f5b21ef6c
rev: 4a369cc72a4a2b8d3813ab8cc17abb5f5b21ef6c
hooks:
- id: convert-jinja2-into-html
# The argument means repleace filename from pattern `.*/([^/]*)\.tmpl` to `\1`
Expand Down
Loading

0 comments on commit ddd28fb

Please sign in to comment.