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: v3.4.0 β†’ v4.6.0](pre-commit/pre-commit-hooks@v3.4.0...v4.6.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/codespell-project/codespell: v2.0.0 β†’ v2.2.6](codespell-project/codespell@v2.0.0...v2.2.6)
  • Loading branch information
pre-commit-ci[bot] authored Apr 8, 2024
1 parent 5d4ef0a commit 55d7d99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repos:
- id: identity
- id: check-hooks-apply
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
rev: v4.6.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand All @@ -30,12 +30,12 @@ repos:
# - id: forbid-tabs
# - id: remove-tabs
- repo: https://github.com/jumanjihouse/pre-commit-hooks
rev: 2.1.5
rev: 3.0.0
hooks:
- id: shellcheck
# - id: shfmt
- repo: https://github.com/codespell-project/codespell
rev: v2.0.0
rev: v2.2.6
hooks:
- id: codespell
name: Run codespell
Expand Down

0 comments on commit 55d7d99

Please sign in to comment.