no-commit-to-branch: Fixed manifest validation issue

Since https://github.com/pre-commit/pre-commit has changed to it's now schema validation the no-commit-to-branch check failed. The `files` attribute should not be present when `always_run` is `true`
This commit is contained in:
Andreas Rammhold 2017-03-27 13:57:38 +02:00
parent 5bf6c09bfa
commit 5a0f441673
No known key found for this signature in database
GPG key ID: E432E410B5E48C86
2 changed files with 0 additions and 2 deletions

View file

@ -133,7 +133,6 @@
name: "Don't commit to branch"
entry: no-commit-to-branch
language: python
files: .*
always_run: true
- id: pyflakes
name: Pyflakes (DEPRECATED, use flake8)