Use Contractions Properly, alphabatize new hook.

This commit is contained in:
Evan J. Felix 2017-03-17 16:35:22 -07:00
parent 7c6b842a92
commit 28c3288ba8
2 changed files with 12 additions and 12 deletions

View file

@ -129,6 +129,12 @@
entry: name-tests-test
language: python
files: tests/.+\.py$
- id: no-commit-to-branch
name: "Don't commit to branch"
entry: no-commit-to-branch
language: python
files: .*
always_run: true
- id: pyflakes
name: Pyflakes (DEPRECATED, use flake8)
description: This hook runs pyflakes. (This is deprecated, use flake8).
@ -147,9 +153,3 @@
entry: trailing-whitespace-fixer
language: python
files: \.(asciidoc|adoc|coffee|cpp|css|c|ejs|erb|groovy|h|haml|hh|hpp|hxx|html|in|j2|jade|json|js|less|markdown|md|ml|mli|pp|py|rb|rs|R|scala|scss|sh|slim|tex|tmpl|ts|txt|yaml|yml)$
- id: no-commit-to-branch
name: Dont commit to branch
entry: no-commit-to-branch
language: python
files: .*
always_run: true

View file

@ -129,6 +129,12 @@
entry: name-tests-test
language: python
files: tests/.+\.py$
- id: no-commit-to-branch
name: "Don't commit to branch"
entry: no-commit-to-branch
language: python
files: .*
always_run: true
- id: pyflakes
name: Pyflakes (DEPRECATED, use flake8)
description: This hook runs pyflakes. (This is deprecated, use flake8).
@ -147,9 +153,3 @@
entry: trailing-whitespace-fixer
language: python
files: \.(asciidoc|adoc|coffee|cpp|css|c|ejs|erb|groovy|h|haml|hh|hpp|hxx|html|in|j2|jade|json|js|less|markdown|md|ml|mli|pp|py|rb|rs|R|scala|scss|sh|slim|tex|tmpl|ts|txt|yaml|yml)$
- id: no-commit-to-branch
name: Dont commit to branch
entry: no-commit-to-branch
language: python
files: .*
always_run: true