Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ flake8-docstrings = "*"
flake8-black = "*"
flake8-copyright = "*"
flake8-file-encoding = "*"
mypy = "1.1.1"
mypy = ">=1.20,<2"
pytest = "*"
pyfakefs = "*"
pytest-cov = "*"
Expand Down
2 changes: 1 addition & 1 deletion continuous_delivery_scripts/assert_news.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def main() -> None:
set_log_level(args.verbose)

with (
LocalProjectRepository() # type: ignore
LocalProjectRepository()
if args.local
else ProjectTempClone(desired_branch_name=args.current_branch)
) as git:
Expand Down
1 change: 1 addition & 0 deletions news/20260604113932.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
:camel: Upgrade mypy
Loading