Skip to content

Commit 402aaa2

Browse files
pre-commit: autoupdate hooks
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0) - [github.com/talos-systems/conform: v0.1.0-alpha.27 → v0.1.0-alpha.30](siderolabs/conform@v0.1.0-alpha.27...v0.1.0-alpha.30) - [github.com/codespell-project/codespell: v2.2.5 → v2.3.0](codespell-project/codespell@v2.2.5...v2.3.0) - [github.com/igorshubovych/markdownlint-cli: v0.36.0 → v0.41.0](igorshubovych/markdownlint-cli@v0.36.0...v0.41.0) - [github.com/koalaman/shellcheck-precommit: v0.9.0 → v0.10.0](koalaman/shellcheck-precommit@v0.9.0...v0.10.0) - [github.com/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/psf/black: 23.9.1 → 24.8.0](psf/black@23.9.1...24.8.0)
1 parent e269f7f commit 402aaa2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ci:
1111

1212
repos:
1313
- repo: https://github.com/pre-commit/pre-commit-hooks
14-
rev: v4.4.0
14+
rev: v4.6.0
1515
hooks:
1616
- id: check-added-large-files
1717
- id: check-merge-conflict
@@ -22,36 +22,36 @@ repos:
2222
- id: mixed-line-ending
2323

2424
- repo: https://github.com/talos-systems/conform
25-
rev: v0.1.0-alpha.27
25+
rev: v0.1.0-alpha.30
2626
hooks:
2727
- id: conform
2828
stages:
2929
- commit-msg
3030

3131
- repo: https://github.com/codespell-project/codespell
32-
rev: v2.2.5
32+
rev: v2.3.0
3333
hooks:
3434
- id: codespell
3535

3636
- repo: https://github.com/igorshubovych/markdownlint-cli
37-
rev: v0.36.0
37+
rev: v0.41.0
3838
hooks:
3939
- id: markdownlint
4040
- id: markdownlint-fix
4141

4242
- repo: https://github.com/koalaman/shellcheck-precommit
43-
rev: v0.9.0
43+
rev: v0.10.0
4444
hooks:
4545
- id: shellcheck
4646
args: ["--severity=warning"]
4747

4848
- repo: https://github.com/pycqa/isort
49-
rev: 5.12.0
49+
rev: 5.13.2
5050
hooks:
5151
- id: isort
5252
name: isort (python)
5353

5454
- repo: https://github.com/psf/black
55-
rev: 23.9.1
55+
rev: 24.8.0
5656
hooks:
5757
- id: black

0 commit comments

Comments
 (0)