Skip to content

Commit f25e993

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/peterdemin/pip-compile-multi: v2.4.1 → v2.4.5](peterdemin/pip-compile-multi@v2.4.1...v2.4.5) - [github.com/lovesegfault/beautysh: v6.1.0 → v6.2.1](lovesegfault/beautysh@v6.1.0...v6.2.1) - [github.com/PyCQA/isort: 5.8.0 → 5.10.1](PyCQA/isort@5.8.0...5.10.1) - [github.com/pre-commit/pre-commit-hooks: v3.4.0 → v4.2.0](pre-commit/pre-commit-hooks@v3.4.0...v4.2.0) - [github.com/jumanjihouse/pre-commit-hooks: 2.1.5 → 2.1.6](jumanjihouse/pre-commit-hooks@2.1.5...2.1.6) - [github.com/codespell-project/codespell: v2.0.0 → v2.1.0](codespell-project/codespell@v2.0.0...v2.1.0)
1 parent 9722d0c commit f25e993

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ default_language_version:
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: v2.4.5
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']
@@ -26,7 +26,7 @@ repos:
2626
- id: python-use-type-annotations
2727

2828
- repo: https://github.com/PyCQA/isort
29-
rev: 5.8.0
29+
rev: 5.10.1
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: v4.2.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: 2.1.6
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.1.0
6868
hooks:
6969
- id: codespell
7070
name: Run codespell

0 commit comments

Comments
 (0)