You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yesterday's release of Pylint 2.8 added consider-using-with among other new checkers. The tests are currently failing on master in six places and I will try to fix them by refactoring to use the with statement if possible, or adding # pylint: disable=consider-using-with otherwise.
The text was updated successfully, but these errors were encountered:
Yesterday's release of Pylint 2.8 added
consider-using-with
among other new checkers. The tests are currently failing on master in six places and I will try to fix them by refactoring to use thewith
statement if possible, or adding# pylint: disable=consider-using-with
otherwise.The text was updated successfully, but these errors were encountered: