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
|
- id: php-stan
|
||||||
files: ^(?!example/).*\.(php)$
|
files: ^(?!example/).*\.(php)$
|
||||||
args: ["--configuration=phpstan.neon"]
|
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
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
rev: v4.4.0
|
rev: v4.4.0
|
||||||
hooks:
|
hooks:
|
||||||
|
|
Loading…
Reference in a new issue