From 5e1582491bd3226afc69eb12287b951e78bfc4ba Mon Sep 17 00:00:00 2001 From: Andrey Rakhmatullin Date: Sat, 22 Jul 2023 23:19:25 +0400 Subject: [PATCH] mypy --show-error-codes is the default now. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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