Skip to content

Commit 44e5679

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 ff1828b commit 44e5679

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
@@ -7,12 +7,12 @@ default_language_version:
77
minimum_pre_commit_version: '1.20.0'
88
repos:
99
- repo: https://github.com/peterdemin/pip-compile-multi
10-
rev: v2.4.1
10+
rev: v2.4.5
1111
hooks:
1212
- id: pip-compile-multi-verify
1313

1414
- repo: https://github.com/lovesegfault/beautysh
15-
rev: v6.1.0
15+
rev: v6.2.1
1616
hooks:
1717
- id: beautysh
1818
args: [-i, '2']
@@ -23,7 +23,7 @@ repos:
2323
- id: python-use-type-annotations
2424

2525
- repo: https://github.com/PyCQA/isort
26-
rev: 5.8.0
26+
rev: 5.10.1
2727
hooks:
2828
- id: isort
2929
args: [--profile=black, -l=99]
@@ -34,7 +34,7 @@ repos:
3434
- id: check-hooks-apply
3535

3636
- repo: https://github.com/pre-commit/pre-commit-hooks
37-
rev: v3.4.0
37+
rev: v4.2.0
3838
hooks:
3939
- id: check-added-large-files
4040
- id: check-case-conflict
@@ -55,13 +55,13 @@ repos:
5555
# - id: remove-tabs
5656

5757
- repo: https://github.com/jumanjihouse/pre-commit-hooks
58-
rev: 2.1.5
58+
rev: 2.1.6
5959
hooks:
6060
- id: shellcheck
6161
# - id: shfmt
6262

6363
- repo: https://github.com/codespell-project/codespell
64-
rev: v2.0.0
64+
rev: v2.1.0
6565
hooks:
6666
- id: codespell
6767
name: Run codespell

0 commit comments

Comments
 (0)