Skip to content

Commit 2b620e2

Browse files
committed
Bump mypy, ruff versions
- mypy v1.11.1 → v1.12.0 - ruff v0.6.0 → v0.6.9
1 parent 85e8ff0 commit 2b620e2

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.11.1
3+
rev: v1.12.0
44
hooks:
55
- id: mypy
66
additional_dependencies:
@@ -15,7 +15,7 @@ repos:
1515
- types-requests
1616
args: []
1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: v0.6.0
18+
rev: v0.6.9
1919
hooks:
2020
- id: ruff
2121
- id: ruff-format

0 commit comments

Comments
 (0)