Remove duplicated PHPStan pre-commit hook
This commit is contained in:
parent
62fbdbf1c2
commit
f7de9b9648
1 changed files with 0 additions and 6 deletions
|
@ -24,12 +24,6 @@ repos:
|
|||
- id: php-stan
|
||||
files: ^(?!example/).*\.(php)$
|
||||
args: ["--configuration=phpstan.neon"]
|
||||
- repo: https://github.com/digitalpulp/pre-commit-php.git
|
||||
rev: 1.4.0
|
||||
hooks:
|
||||
- id: php-stan
|
||||
files: ^example/.*\.(php)$
|
||||
args: ["--configuration=example/phpstan.neon"]
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v4.4.0
|
||||
hooks:
|
||||
|
|
Loading…
Reference in a new issue