Skip to content

Commit 704cbd3

Browse files
committed
Bump mypy, ruff versions
- mypy v1.16.1 → v1.18.2 - ruff v0.11.13 → v0.14.0
1 parent 8706639 commit 704cbd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/mirrors-mypy
3-
rev: v1.16.1
3+
rev: v1.18.2
44
hooks:
55
- id: mypy
66
pass_filenames: false
@@ -16,7 +16,7 @@ repos:
1616
- types-PyYAML
1717
- types-requests
1818
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: v0.11.13
19+
rev: v0.14.0
2020
hooks:
2121
- id: ruff-check
2222
- id: ruff-format

0 commit comments

Comments
 (0)