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/peterdemin/pip-compile-multi: v2.4.1 β†’ v2.7.1](peterdemin/pip-compile-multi@v2.4.1...v2.7.1)
- [github.com/lovesegfault/beautysh: v6.1.0 β†’ v6.2.1](lovesegfault/beautysh@v6.1.0...v6.2.1)
- [github.com/pre-commit/pygrep-hooks: v1.9.0 β†’ v1.10.0](pre-commit/pygrep-hooks@v1.9.0...v1.10.0)
- [github.com/PyCQA/isort: 5.8.0 β†’ 5.13.2](PyCQA/isort@5.8.0...5.13.2)
- [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 Dec 2, 2024
1 parent 3b1ade5 commit 4c7d03f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,30 @@
---
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
default_stages: [commit, push]
default_stages: [pre-commit, pre-push]
default_language_version:
# force all unspecified Python hooks to run python3
python: python3
minimum_pre_commit_version: '1.20.0'
repos:
- repo: https://github.com/peterdemin/pip-compile-multi
rev: v2.4.1
rev: v2.7.1
hooks:
- id: pip-compile-multi-verify

- repo: https://github.com/lovesegfault/beautysh
rev: v6.1.0
rev: v6.2.1
hooks:
- id: beautysh
args: [-i, '2']

- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.9.0
rev: v1.10.0
hooks:
- id: python-use-type-annotations

- repo: https://github.com/PyCQA/isort
rev: 5.8.0
rev: 5.13.2
hooks:
- id: isort
args: [--profile=black, -l=99]
Expand All @@ -37,7 +37,7 @@ repos:
- 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 @@ -58,13 +58,13 @@ repos:
# - 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 4c7d03f

Please sign in to comment.