Skip to content

Commit e6db717

Browse files
committed
.pre-commit-config.yaml: Upgrade hooks
1 parent 60c5da2 commit e6db717

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.6.0
3+
rev: v5.0.0
44
hooks:
55
- id: end-of-file-fixer
66
- id: trailing-whitespace
77
- repo: https://github.com/astral-sh/ruff-pre-commit
8-
rev: v0.9.4
8+
rev: v0.9.9
99
hooks:
1010
- id: ruff-format
1111
- id: ruff
1212
args: [ --fix ]
1313
- repo: https://github.com/pre-commit/mirrors-mypy
14-
rev: v1.11.0
14+
rev: v1.15.0
1515
hooks:
1616
- id: mypy
1717
additional_dependencies:

0 commit comments

Comments
 (0)