Skip to content

Commit b340fbf

Browse files
committed
📦⬆️ Upgrade MyPy to version 1.16.0
1 parent 54b0715 commit b340fbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎project_name/pyproject.toml.jinja‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ test = [
101101
]
102102
# docs = []
103103
typing = [
104-
"mypy ~=1.15.0",
104+
"mypy ~=1.16.0",
105105
# add "*-stubs" and "types-*" packages here (">=0")
106106
]
107107

@@ -157,7 +157,7 @@ mypy_path = "stubs"
157157
warn_unused_configs = true
158158
# set the platform
159159
python_version = "3.{{ python_min }}"
160-
# enable checks [last updated: mypy 1.15]
160+
# enable checks [last updated: mypy 1.16]
161161
strict = true
162162
disallow_any_explicit = true
163163
disallow_any_unimported = true

0 commit comments

Comments
 (0)