Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions project_name/pyproject.toml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ docs = [
"mkdocs-section-index ~=0.3.0",
]
typing = [
"mypy[native-parser] ~=1.19.0",
"mypy[native-parser] ~=1.20.0",
"ty ~=0.0",
# add "*-stubs" and "types-*" packages here (">=0")
]
Expand Down Expand Up @@ -185,7 +185,7 @@ mypy_path = "stubs"
fixed_format_cache = true
# set the platform
python_version = "3.{{ python_min }}"
# enable checks [last updated: mypy 1.19]
# enable checks [last updated: mypy 1.20]
strict = true
strict_equality_for_none = true
local_partial_types = true
Expand Down
Loading