Skip to content

Commit

Permalink
make working directories for example configurations.
Browse files Browse the repository at this point in the history
  • Loading branch information
lcy-seso committed Apr 21, 2017
1 parent 31533b3 commit 90517cc
Show file tree
Hide file tree
Showing 15 changed files with 31 additions and 1 deletion.
27 changes: 27 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
- repo: https://github.com/pre-commit/mirrors-yapf.git
sha: v0.16.0
hooks:
- id: yapf
files: \.py$
- repo: https://github.com/pre-commit/pre-commit-hooks
sha: a11d9314b22d8f8c7556443875b731ef05965464
hooks:
- id: check-merge-conflict
- id: check-symlinks
- id: detect-private-key
files: (?!.*paddle)^.*$
- id: end-of-file-fixer
files: \.md$
- id: trailing-whitespace
files: \.md$
- repo: https://github.com/Lucas-C/pre-commit-hooks
sha: v1.0.1
hooks:
- id: forbid-crlf
files: \.md$
- id: remove-crlf
files: \.md$
- id: forbid-tabs
files: \.md$
- id: remove-tabs
files: \.md$
3 changes: 3 additions & 0 deletions .style.yapf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[style]
based_on_style = pep8
column_limit = 80
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# models
Model configureations
Model configurations
Empty file added language_model/README.md
Empty file.
Empty file added ltr/README.md
Empty file.
Empty file.
Empty file added nce_cost/README.md
Empty file.
Empty file added nested_sequence/README.md
Empty file.
Empty file added ntm/README.md
Empty file.
Empty file added regression/README.md
Empty file.
Empty file added scheduled_sampling/README.md
Empty file.
Empty file added seq2seq/README.md
Empty file.
Empty file.
Empty file added text_classification/README.md
Empty file.
Empty file added word_embedding/README.md
Empty file.

0 comments on commit 90517cc

Please sign in to comment.