Skip to content

Commit 3910275

Browse files
committed
chore: pre-commit autoupdate
1 parent a08fb3f commit 3910275

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
exclude: ".*/data/.*"
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v4.6.0
4+
rev: v5.0.0
55
hooks:
66
- id: trailing-whitespace
77
- id: end-of-file-fixer
@@ -13,7 +13,7 @@ repos:
1313
- id: check-merge-conflict
1414
- id: check-vcs-permalinks
1515
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: v0.6.4
16+
rev: v0.9.1
1717
hooks:
1818
- id: ruff
1919
args: [ --fix ]
@@ -24,7 +24,7 @@ repos:
2424
args: [ --select, ISC001, --fix ]
2525
exclude: = ["doc", "tools"]
2626
- repo: https://github.com/pre-commit/mirrors-mypy
27-
rev: v1.11.2
27+
rev: v1.14.1
2828
hooks:
2929
- id: mypy
3030
# Sync with project.optional-dependencies.typing

0 commit comments

Comments
 (0)