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
These may want to be done at two separate stages, since pylint may only raise a few small issues, but flake8 will likely raise more (stylistic changes are likely to be more needed)
A quick test shows:
pylint: approx 1450 lines changed, Your code has been rated at 3.39/10 ( 😢 )
flake8: approx 1100 lines changed
We should also decide on a convention for code as necessary.
The text was updated successfully, but these errors were encountered:
Suggested to include:
These may want to be done at two separate stages, since pylint may only raise a few small issues, but flake8 will likely raise more (stylistic changes are likely to be more needed)
A quick test shows:
Your code has been rated at 3.39/10
( 😢 )We should also decide on a convention for code as necessary.
The text was updated successfully, but these errors were encountered: