Skip to content

Commit 8e65949

Browse files
chore: update pre-commit hook versions
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/lyz-code/yamlfix: 1.17.0 → 1.18.0](lyz-code/yamlfix@1.17.0...1.18.0) - [github.com/rhysd/actionlint: v1.7.7 → v1.7.8](rhysd/actionlint@v1.7.7...v1.7.8) - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.0](asottile/pyupgrade@v3.20.0...v3.21.0) - [github.com/asottile/add-trailing-comma: v3.2.0 → v4.0.0](asottile/add-trailing-comma@v3.2.0...v4.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.7 → v0.14.2](astral-sh/ruff-pre-commit@v0.12.7...v0.14.2) - [github.com/astral-sh/ruff-pre-commit: v0.12.7 → v0.14.2](astral-sh/ruff-pre-commit@v0.12.7...v0.14.2) - [github.com/alessandrojcm/commitlint-pre-commit-hook: v9.22.0 → v9.23.0](alessandrojcm/commitlint-pre-commit-hook@v9.22.0...v9.23.0)
1 parent 34f91ce commit 8e65949

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
@@ -2,7 +2,7 @@ default_language_version:
22
python: python3.13
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v5.0.0
5+
rev: v6.0.0
66
hooks:
77
- id: check-yaml
88
- id: check-json
@@ -17,7 +17,7 @@ repos:
1717
additional_dependencies:
1818
- validate-pyproject-schema-store[all]
1919
- repo: https://github.com/lyz-code/yamlfix
20-
rev: 1.17.0
20+
rev: 1.18.0
2121
hooks:
2222
- id: yamlfix
2323
exclude: \.(commitlintrc|pre-commit-hooks)\.yaml$
@@ -28,39 +28,39 @@ repos:
2828
args:
2929
- -c=.yamllint.yml
3030
- repo: https://github.com/rhysd/actionlint
31-
rev: v1.7.7
31+
rev: v1.7.8
3232
hooks:
3333
- id: actionlint
3434
- repo: https://github.com/igorshubovych/markdownlint-cli
3535
rev: v0.45.0
3636
hooks:
3737
- id: markdownlint
3838
- repo: https://github.com/asottile/pyupgrade
39-
rev: v3.20.0
39+
rev: v3.21.0
4040
hooks:
4141
- id: pyupgrade
4242
args:
4343
- --py313-plus
4444
- repo: https://github.com/asottile/add-trailing-comma
45-
rev: v3.2.0
45+
rev: v4.0.0
4646
hooks:
4747
- id: add-trailing-comma
4848
- repo: https://github.com/astral-sh/ruff-pre-commit
49-
rev: v0.12.7
49+
rev: v0.14.2
5050
hooks:
5151
- id: ruff-check
5252
args:
5353
- --fix
5454
- repo: https://github.com/astral-sh/ruff-pre-commit
55-
rev: v0.12.7
55+
rev: v0.14.2
5656
hooks:
5757
- id: ruff-format
5858
- repo: https://github.com/gitleaks/gitleaks
5959
rev: v8.28.0
6060
hooks:
6161
- id: gitleaks
6262
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
63-
rev: v9.22.0
63+
rev: v9.23.0
6464
hooks:
6565
- id: commitlint
6666
stages:

0 commit comments

Comments
 (0)