Skip to content

Commit

Permalink
chore: update precommit config
Browse files Browse the repository at this point in the history
  • Loading branch information
kumy committed Aug 23, 2024
1 parent 069c86d commit c82235c
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ exclude: |
)
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -22,10 +22,10 @@ repos:
- id: pretty-format-json
args: ["--autofix"]

- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.1.9
hooks:
- id: remove-crlf
# - repo: https://github.com/Lucas-C/pre-commit-hooks
# rev: v1.5.5
# hooks:
# - id: remove-crlf

- repo: https://github.com/digitalpulp/pre-commit-php.git
rev: 1.4.0
Expand All @@ -36,8 +36,12 @@ repos:
args: [ "--config=.php-cs-fixer.php", "-q", "--diff" ]

- repo: https://github.com/IamTheFij/docker-pre-commit.git
rev: v2.0.0
rev: v3.0.1
hooks:
- id: docker-compose-check
files: docker-compose.*.ya?ml$
- id: hadolint-system

- repo: https://github.com/hadolint/hadolint
rev: v2.12.0
hooks:
- id: hadolint

0 comments on commit c82235c

Please sign in to comment.