diff --git a/swh/scrubber/db.py b/swh/scrubber/db.py index 8bf2ea0a63b18447820a3571838b96b44710d02e..b1ced12510e36b3c04f3553632e44c8aa2ea92d3 100644 --- a/swh/scrubber/db.py +++ b/swh/scrubber/db.py @@ -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 diff --git a/tox.ini b/tox.ini index 68a101803a7e97e3323aed5993844689d74ad447..4d64639a3502596d62f57c493153216693ba3800 100644 --- a/tox.ini +++ b/tox.ini @@ -45,7 +45,7 @@ commands = extras = testing deps = - mypy==1.0.1 + mypy==1.8.0 commands = mypy swh