Skip to content

Commit d4aa725

Browse files
authored
Bump mypy to 1.16.* (#383)
1 parent 4cb0e74 commit d4aa725

File tree

9 files changed

+1036
-72
lines changed

9 files changed

+1036
-72
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ hygiene = ["ruff ==0.11.*"]
1111
tests = [
1212
# Tools used for testing
1313
"docopt-ng",
14-
"mypy ==1.15.*",
14+
"mypy ==1.16.*",
1515
"pyright",
1616

1717
# External type stubs and optional dependencies

stubs/sympy-stubs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ def fix_all_stubs() -> None:
7474
fix_file(file_path, dest_path, sub_package)
7575

7676
fix_all_stubs()
77-
```
77+
```

0 commit comments

Comments
 (0)