From f7de9b96486211180da54cda536afe4b0c766f9b Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Tue, 4 Jun 2024 11:35:54 +0200 Subject: [PATCH] Remove duplicated PHPStan pre-commit hook --- .pre-commit-config.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3d78451..554249e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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: