Skip to content

Commit

Permalink
fix: Test bump 1 (#39)
Browse files Browse the repository at this point in the history
* fix: crlf forbid

* fix: test 1
  • Loading branch information
asafgardin authored Nov 21, 2023
1 parent 0c4ada0 commit 26da29e
Show file tree
Hide file tree
Showing 3 changed files with 324 additions and 325 deletions.
16 changes: 6 additions & 10 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ repos:
- id: check-symlinks
- id: detect-private-key
- id: no-commit-to-branch
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: mixed-line-ending
- repo: https://github.com/jumanjihouse/pre-commit-hooks
rev: 3.0.0
hooks:
Expand Down Expand Up @@ -118,13 +124,3 @@ repos:
entry: hadolint/hadolint:v2.10.0 hadolint
types:
- dockerfile
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: mixed-line-ending
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.5.4
hooks:
- id: remove-crlf
Loading

0 comments on commit 26da29e

Please sign in to comment.