mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 19:46:54 +00:00
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:
parent
5bf6c09bfa
commit
5a0f441673
2 changed files with 0 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue