Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.4.0](pre-commit/pre-commit-hooks@v4.0.1...v4.4.0)
- [github.com/jumanjihouse/pre-commit-hooks: 2.1.5 → 3.0.0](jumanjihouse/pre-commit-hooks@2.1.5...3.0.0)
- [github.com/shellcheck-py/shellcheck-py: v0.8.0.1 → v0.9.0.2](shellcheck-py/shellcheck-py@v0.8.0.1...v0.9.0.2)
- [github.com/Lucas-C/pre-commit-hooks: v1.1.10 → v1.4.2](Lucas-C/pre-commit-hooks@v1.1.10...v1.4.2)
- [github.com/AleksaC/hadolint-py: v2.8.0 → v2.12.0.2](AleksaC/hadolint-py@v2.8.0...v2.12.0.2)
  • Loading branch information
pre-commit-ci[bot] authored Jan 31, 2023
1 parent b0ae29f commit 5f5c830
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ fail_fast: false
default_stages: [commit, push]
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v4.4.0
hooks:
- id: check-yaml
- id: check-executables-have-shebangs
Expand All @@ -15,7 +15,7 @@ repos:
# args: [--branch, master]

- repo: https://github.com/jumanjihouse/pre-commit-hooks
rev: 2.1.5
rev: 3.0.0
hooks:
- id: git-check
- id: script-must-have-extension
Expand All @@ -24,16 +24,16 @@ repos:
- id: forbid-binary

- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.8.0.1
rev: v0.9.0.2
hooks:
- id: shellcheck

- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.1.10
rev: v1.4.2
hooks:
- id: remove-crlf

- repo: https://github.com/AleksaC/hadolint-py
rev: v2.8.0
rev: v2.12.0.2
hooks:
- id: hadolint

0 comments on commit 5f5c830

Please sign in to comment.