Skip to content

Commit

Permalink
Merge pull request PaddlePaddle#26 from wjm202/run_eval
Browse files Browse the repository at this point in the history
fix bug in run_eval
  • Loading branch information
lyuwenyu authored Jul 28, 2023
2 parents 9e858de + fe86cfb commit b0d420d
Show file tree
Hide file tree
Showing 5 changed files with 338 additions and 312 deletions.
7 changes: 4 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
repos:
- repo: https://github.com/PaddlePaddle/mirrors-yapf.git
sha: 0d79c0c469bab64f7229c9aca2b1186ef47f0e37
rev: 0d79c0c469bab64f7229c9aca2b1186ef47f0e37
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|yml)$
- repo: https://github.com/Lucas-C/pre-commit-hooks
sha: v1.0.1
rev: v1.0.1
hooks:
- id: forbid-crlf
files: \.(md|yml)$
Expand Down
Loading

0 comments on commit b0d420d

Please sign in to comment.