Skip to content

Commit b3e8b79

Browse files
committed
Update pre-commit
1 parent 4501116 commit b3e8b79

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.12.2
3+
rev: v0.12.10
44
hooks:
5-
- id: ruff
5+
- id: ruff-check
66
args: [--exit-non-zero-on-fix]
77

88
- repo: https://github.com/psf/black-pre-commit-mirror
@@ -11,7 +11,7 @@ repos:
1111
- id: black
1212

1313
- repo: https://github.com/pre-commit/pre-commit-hooks
14-
rev: v5.0.0
14+
rev: v6.0.0
1515
hooks:
1616
- id: check-added-large-files
1717
- id: check-case-conflict
@@ -27,7 +27,7 @@ repos:
2727
exclude: \.github/ISSUE_TEMPLATE\.md|\.github/PULL_REQUEST_TEMPLATE\.md
2828

2929
- repo: https://github.com/python-jsonschema/check-jsonschema
30-
rev: 0.33.2
30+
rev: 0.33.3
3131
hooks:
3232
- id: check-github-workflows
3333
- id: check-renovate
@@ -38,7 +38,7 @@ repos:
3838
- id: actionlint
3939

4040
- repo: https://github.com/woodruffw/zizmor-pre-commit
41-
rev: v1.11.0
41+
rev: v1.12.1
4242
hooks:
4343
- id: zizmor
4444

@@ -53,7 +53,7 @@ repos:
5353
- id: validate-pyproject
5454

5555
- repo: https://github.com/tox-dev/tox-ini-fmt
56-
rev: 1.5.0
56+
rev: 1.6.0
5757
hooks:
5858
- id: tox-ini-fmt
5959

0 commit comments

Comments
 (0)