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
As seen in the pycodestyle repository, PEP8 is now a deprecated tool and does not support newer python code styling practices. In order to stay up-to-date with python code styling, PEP8 should be replaced with pycodestyle. Prior to closing, any new warnings or errors that are thrown from pycodestyle that were not raised by PEP8 should be resolved.
The text was updated successfully, but these errors were encountered:
As seen in the pycodestyle repository,
PEP8
is now a deprecated tool and does not support newer python code styling practices. In order to stay up-to-date with python code styling,PEP8
should be replaced withpycodestyle
. Prior to closing, any new warnings or errors that are thrown frompycodestyle
that were not raised byPEP8
should be resolved.The text was updated successfully, but these errors were encountered: