Skip to content

Commit d494d6e

Browse files
committed
chore: upgrade pre-commit hooks
- pre-commit-hooks: v4.5.0 → v6.0.0 (fix deprecated stage names warning) - ruff-pre-commit: v0.7.1 → v0.15.4 - mirrors-mypy: v1.6.0 → v1.19.1 Signed-off-by: b-l-u-e <winnie.gitau282@gmail.com>
1 parent 9f51391 commit d494d6e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.5.0
3+
rev: v6.0.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
@@ -12,13 +12,13 @@ repos:
1212
- id: mixed-line-ending
1313
- id: check-case-conflict
1414
- repo: https://github.com/astral-sh/ruff-pre-commit
15-
rev: v0.7.1
15+
rev: v0.15.4
1616
hooks:
1717
- id: ruff
1818
args: [--fix]
1919
- id: ruff-format
2020
- repo: https://github.com/pre-commit/mirrors-mypy
21-
rev: v1.6.0
21+
rev: v1.19.1
2222
hooks:
2323
- id: mypy
2424
args:

0 commit comments

Comments
 (0)