Skip to content
Snippets Groups Projects
Commit 3f228448 authored by Antoine Lambert's avatar Antoine Lambert
Browse files

tox: Bump mypy to 1.8.0

Related to swh/meta#5075.
parent dc79e4bb
No related branches found
No related tags found
No related merge requests found
......@@ -593,7 +593,7 @@ class ScrubberDb(BaseDb):
)
for row in cur:
yield tuple(row) # type: ignore[misc]
yield tuple(row)
####################################
# Inventory of objects with issues
......
......@@ -45,7 +45,7 @@ commands =
extras =
testing
deps =
mypy==1.0.1
mypy==1.8.0
commands =
mypy swh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment