Update mypy and pylint versions for CI

This commit is contained in:
Alexander Graf
2020-01-27 09:27:47 +01:00
parent 4e87a8cf63
commit b7bae19374
3 changed files with 137 additions and 117 deletions

View File

@@ -197,6 +197,7 @@ class InstaloaderContext:
:raises ConnectionException: If connection to Instagram failed.
:raises TwoFactorAuthRequiredException: First step of 2FA login done, now call
:meth:`Instaloader.two_factor_login`."""
# pylint:disable=import-outside-toplevel
import http.client
# pylint:disable=protected-access
http.client._MAXHEADERS = 200