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 → v5.0.0](pre-commit/pre-commit-hooks@v4.0.1...v5.0.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.10.0.1](shellcheck-py/shellcheck-py@v0.8.0.1...v0.10.0.1)
- [github.com/Lucas-C/pre-commit-hooks: v1.1.10 → v1.5.5](Lucas-C/pre-commit-hooks@v1.1.10...v1.5.5)
- [github.com/AleksaC/hadolint-py: v2.8.0 → v2.12.1b3](AleksaC/hadolint-py@v2.8.0...v2.12.1b3)
  • Loading branch information
pre-commit-ci[bot] authored Oct 8, 2024
1 parent d35eb42 commit cb8ae50
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
fail_fast: false
default_stages: [commit, push]
default_stages: [Nonepre-commitNone, Nonepre-pushNone]
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v5.0.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.10.0.1
hooks:
- id: shellcheck

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

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

0 comments on commit cb8ae50

Please sign in to comment.