Skip to content

Commit fffb3f1

Browse files
committed
pre-commit autoupdate
1 parent 097a89e commit fffb3f1

File tree

2 files changed

+62
-58
lines changed

2 files changed

+62
-58
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
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: check-merge-conflict
66
- id: debug-statements
77
- id: mixed-line-ending
88
- id: check-case-conflict
99
- id: check-yaml
1010
- repo: https://github.com/astral-sh/ruff-pre-commit
11-
rev: v0.5.3
11+
rev: v0.11.2
1212
hooks:
1313
- id: ruff
1414
args:
1515
- --fix
1616
- id: ruff-format
1717
- repo: https://github.com/pre-commit/mirrors-mypy
18-
rev: v1.11.0
18+
rev: v1.15.0
1919
hooks:
2020
- id: mypy

0 commit comments

Comments
 (0)