Skip to content

Commit 59f4986

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/peterdemin/pip-compile-multi: v2.4.1 → v3.2.2](peterdemin/pip-compile-multi@v2.4.1...v3.2.2) - [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 → 6.1.0](PyCQA/isort@5.8.0...6.1.0) - [github.com/pre-commit/pre-commit-hooks: v3.4.0 → v6.0.0](pre-commit/pre-commit-hooks@v3.4.0...v6.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.4.1](codespell-project/codespell@v2.0.0...v2.4.1)
1 parent 6981dd8 commit 59f4986

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,30 +3,30 @@
33
---
44
# See https://pre-commit.com for more information
55
# See https://pre-commit.com/hooks.html for more hooks
6-
default_stages: [commit, push]
6+
default_stages: [pre-commit, pre-push]
77
default_language_version:
88
# force all unspecified Python hooks to run python3
99
python: python3
1010
minimum_pre_commit_version: '1.20.0'
1111
repos:
1212
- repo: https://github.com/peterdemin/pip-compile-multi
13-
rev: v2.4.1
13+
rev: v3.2.2
1414
hooks:
1515
- id: pip-compile-multi-verify
1616

1717
- repo: https://github.com/lovesegfault/beautysh
18-
rev: v6.1.0
18+
rev: v6.2.1
1919
hooks:
2020
- id: beautysh
2121
args: [-i, '2']
2222

2323
- repo: https://github.com/pre-commit/pygrep-hooks
24-
rev: v1.9.0
24+
rev: v1.10.0
2525
hooks:
2626
- id: python-use-type-annotations
2727

2828
- repo: https://github.com/PyCQA/isort
29-
rev: 5.8.0
29+
rev: 6.1.0
3030
hooks:
3131
- id: isort
3232
args: [--profile=black, -l=99]
@@ -37,7 +37,7 @@ repos:
3737
- id: check-hooks-apply
3838

3939
- repo: https://github.com/pre-commit/pre-commit-hooks
40-
rev: v3.4.0
40+
rev: v6.0.0
4141
hooks:
4242
- id: check-added-large-files
4343
- id: check-case-conflict
@@ -58,13 +58,13 @@ repos:
5858
# - id: remove-tabs
5959

6060
- repo: https://github.com/jumanjihouse/pre-commit-hooks
61-
rev: 2.1.5
61+
rev: 3.0.0
6262
hooks:
6363
- id: shellcheck
6464
# - id: shfmt
6565

6666
- repo: https://github.com/codespell-project/codespell
67-
rev: v2.0.0
67+
rev: v2.4.1
6868
hooks:
6969
- id: codespell
7070
name: Run codespell

0 commit comments

Comments
 (0)