Skip to content

Commit 93628e6

Browse files
committed
Update mypy
1 parent ba8f637 commit 93628e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ repos:
3434
- id: ruff-format
3535

3636
- repo: https://github.com/pre-commit/mirrors-mypy
37-
rev: "v1.8.0"
37+
rev: "v1.15.0"
3838
hooks:
3939
- id: mypy
4040
args: [.]
4141
language: system
4242
pass_filenames: false
4343

4444
- repo: https://github.com/Lucas-C/pre-commit-hooks
45-
rev: v1.5.4
45+
rev: v1.5.5
4646
hooks:
4747
- id: insert-license
4848
files: '.*\.(py|pyi|yaml|yml|sh)$'

0 commit comments

Comments
 (0)