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 β†’ v5.0.0](pre-commit/pre-commit-hooks@v3.4.0...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/codespell-project/codespell: v2.0.0 β†’ v2.3.0](codespell-project/codespell@v2.0.0...v2.3.0)
  • Loading branch information
pre-commit-ci[bot] authored Oct 14, 2024
1 parent d054f4c commit 3b26bbe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
# https://pre-commit.com/
default_stages: [commit, push]
default_stages: [pre-commit, pre-push]
default_language_version:
# force all unspecified Python hooks to run python3
python: python3
Expand All @@ -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: v5.0.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.3.0
hooks:
- id: codespell
name: Run codespell
Expand Down

0 comments on commit 3b26bbe

Please sign in to comment.