Skip to content

Commit e1cba5f

Browse files
committed
Bumps black to v25.9.0 and mypy to v1.18.2
1 parent f7b5108 commit e1cba5f

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/psf/black
3-
rev: 22.3.0
3+
rev: 25.9.0
44
hooks:
55
- id: black
66
args: ["--target-version", "py36"]
@@ -13,7 +13,7 @@ repos:
1313
hooks:
1414
- id: isort
1515
- repo: https://github.com/pre-commit/mirrors-mypy
16-
rev: v0.910
16+
rev: v1.18.2
1717
hooks:
1818
- id: mypy
1919
args: ["--strict"]

0 commit comments

Comments
 (0)