Skip to content

Commit

Permalink
chore(update): pre-commit hooks, bats-assert, bats-file
Browse files Browse the repository at this point in the history
  • Loading branch information
bruzina committed Aug 15, 2022
1 parent b6718c8 commit 1e5d834
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repos:
hooks:
- id: gitlint
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.2.0
rev: v4.3.0
hooks:
- id: check-added-large-files
args: [--maxkb=1024]
Expand All @@ -25,7 +25,7 @@ repos:
- id: no-commit-to-branch
- id: trailing-whitespace
- repo: https://github.com/jumanjihouse/pre-commit-hooks
rev: 2.1.6
rev: 3.0.0
hooks:
- id: check-mailmap
- id: forbid-binary
Expand All @@ -35,11 +35,11 @@ repos:
exclude: .*\.bats$
- id: script-must-not-have-extension
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.31.1
rev: v0.32.1
hooks:
- id: markdownlint
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.26.3
rev: v1.27.1
hooks:
- id: yamllint
args: [--strict]
Expand Down Expand Up @@ -72,6 +72,6 @@ repos:
language: system
types: [shell]
- repo: https://github.com/zricethezav/gitleaks
rev: v8.2.7
rev: v8.10.3
hooks:
- id: gitleaks
2 changes: 1 addition & 1 deletion tests/helpers/bats-assert
2 changes: 1 addition & 1 deletion tests/helpers/bats-file
Submodule bats-file updated 2 files
+1 −1 README.md
+2 −1 src/file.bash

0 comments on commit 1e5d834

Please sign in to comment.