Remove duplicated PHPStan pre-commit hook

This commit is contained in:
Benjamin Renard 2024-06-04 11:35:54 +02:00
parent 62fbdbf1c2
commit f7de9b9648
Signed by: bn8
GPG key ID: 3E2E1CE1907115BC

View file

@ -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: