Skip to content

Commit f743a09

Browse files
pre-commit: autoupdate hooks
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.4.0...v5.0.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.4.1](codespell-project/codespell@v2.2.5...v2.4.1) - [github.com/igorshubovych/markdownlint-cli: v0.36.0 → v0.44.0](igorshubovych/markdownlint-cli@v0.36.0...v0.44.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 → 6.0.1](PyCQA/isort@5.12.0...6.0.1) - [github.com/psf/black: 23.9.1 → 25.1.0](psf/black@23.9.1...25.1.0)
1 parent 992d647 commit f743a09

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
@@ -13,7 +13,7 @@ ci:
1313

1414
repos:
1515
- repo: https://github.com/pre-commit/pre-commit-hooks
16-
rev: v4.4.0
16+
rev: v5.0.0
1717
hooks:
1818
- id: check-added-large-files
1919
- id: check-merge-conflict
@@ -24,36 +24,36 @@ repos:
2424
- id: mixed-line-ending
2525

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

3333
- repo: https://github.com/codespell-project/codespell
34-
rev: v2.2.5
34+
rev: v2.4.1
3535
hooks:
3636
- id: codespell
3737

3838
- repo: https://github.com/igorshubovych/markdownlint-cli
39-
rev: v0.36.0
39+
rev: v0.44.0
4040
hooks:
4141
- id: markdownlint
4242
- id: markdownlint-fix
4343

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

5050
- repo: https://github.com/pycqa/isort
51-
rev: 5.12.0
51+
rev: 6.0.1
5252
hooks:
5353
- id: isort
5454
name: isort (python)
5555

5656
- repo: https://github.com/psf/black
57-
rev: 23.9.1
57+
rev: 25.1.0
5858
hooks:
5959
- id: black

0 commit comments

Comments
 (0)