Skip to content

Commit

Permalink
Updated pre-commit framework to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
cmuench committed Oct 10, 2017
1 parent 1301cd2 commit d2546a6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
repos:
- repo: git://github.com/pre-commit/pre-commit-hooks
sha: v0.7.0
sha: v0.9.5
hooks:
- id: check-added-large-files
- id: check-json
- id: check-xml
- id: check-merge-conflict
- id: check-byte-order-marker
- repo: git://github.com/netz98/pre-commit-php.git
sha: 3c9f2b073a8d35e539c0e6a77693dc14fb4f1faf
sha: 1.3.0
hooks:
- id: php-cs-fixer
args:
Expand Down
5 changes: 5 additions & 0 deletions tests/N98/Magento/Command/ScriptCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

namespace N98\Magento\Command;

/**
* Class ScriptCommandTest
* @package N98\Magento\Command
* @group exclude-2.2
*/
class ScriptCommandTest extends TestCase
{
public function testExecute()
Expand Down

0 comments on commit d2546a6

Please sign in to comment.