Skip to content

Commit 42053e2

Browse files
committed
[CI] bump mypy version to 1.16.0
Signed-off-by: Andy Xie <andy.xning@gmail.com>
1 parent caa680f commit 42053e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ repos:
5858
entry: tools/mypy.sh 0 "local"
5959
language: python
6060
types: [python]
61-
additional_dependencies: &mypy_deps [mypy==1.11.1, types-cachetools, types-setuptools, types-PyYAML, types-requests, pydantic]
61+
additional_dependencies: &mypy_deps [mypy==1.16.0, types-cachetools,
62+
types-setuptools, types-PyYAML, types-requests, pydantic]
6263
stages: [pre-commit] # Don't run in CI
6364
- id: mypy-3.9 # TODO: Use https://github.com/pre-commit/mirrors-mypy when mypy setup is less awkward
6465
name: Run mypy for Python 3.9

0 commit comments

Comments
 (0)