mypy --show-error-codes is the default now.

This commit is contained in:
Andrey Rakhmatullin 2023-07-22 23:19:25 +04:00
parent db86f91789
commit 5e1582491b
1 changed files with 1 additions and 1 deletions

View File

@ -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