Skip to content

Commit f3ba86a

Browse files
committed
ci: Update pre-commit hooks
1 parent aeaa0d9 commit f3ba86a

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
@@ -11,7 +11,7 @@ exclude: |
1111
1212
repos:
1313
- repo: https://github.com/pre-commit/pre-commit-hooks
14-
rev: v4.6.0
14+
rev: v5.0.0
1515
hooks:
1616
- id: check-case-conflict
1717
- id: check-docstring-first
@@ -31,7 +31,7 @@ repos:
3131

3232
- repo: https://github.com/astral-sh/ruff-pre-commit
3333
# Ruff version.
34-
rev: v0.6.5
34+
rev: v0.8.3
3535
hooks:
3636
# Run the linter.
3737
- id: ruff
@@ -54,7 +54,7 @@ repos:
5454
types: [pyi]
5555

5656
- repo: https://github.com/pappasam/toml-sort
57-
rev: v0.23.1
57+
rev: v0.24.2
5858
hooks:
5959
- id: toml-sort-fix
6060
args: [--in-place, --spaces-indent-inline-array, '4']
@@ -83,17 +83,17 @@ repos:
8383
args: [--indent-size, '4']
8484

8585
- repo: https://github.com/asottile/blacken-docs
86-
rev: 1.18.0
86+
rev: 1.19.1
8787
hooks:
8888
- id: blacken-docs
8989

9090
- repo: https://github.com/asottile/pyupgrade
91-
rev: v3.17.0
91+
rev: v3.19.0
9292
hooks:
9393
- id: pyupgrade
9494

9595
- repo: https://github.com/commitizen-tools/commitizen
96-
rev: v3.29.0
96+
rev: v4.1.0
9797
hooks:
9898
- id: commitizen
9999
stages: [commit-msg]

0 commit comments

Comments
 (0)