Remove monkeypatches module from mypy section in setup.cfg

This commit is contained in:
Eugenio Lacuesta 2020-07-22 16:08:35 -03:00
parent f3372a3753
commit 8fae3d5bb7
No known key found for this signature in database
GPG Key ID: DA3EF2D0913E9810
1 changed files with 0 additions and 3 deletions

View File

@ -13,9 +13,6 @@ follow_imports = skip
[mypy-scrapy]
ignore_errors = True
[mypy-scrapy._monkeypatches]
ignore_errors = True
[mypy-scrapy.commands]
ignore_errors = True