Merge pull request #4690 from elacuesta/typing-setup-remove-monkeypatches

Remove monkeypatches module from mypy section in setup.cfg
This commit is contained in:
Mikhail Korobov 2020-07-23 17:56:08 +05:00 committed by GitHub
commit ce0c25fc85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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