diff --git a/tox.ini b/tox.ini index 1aeb94215..ef7dd5854 100644 --- a/tox.ini +++ b/tox.ini @@ -42,7 +42,7 @@ deps = types-pyOpenSSL==23.2.0.1 types-setuptools==68.0.0.1 commands = - mypy --show-error-codes {posargs: scrapy tests} + mypy {posargs: scrapy tests} [testenv:pre-commit] basepython = python3