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
a useful command to be applied to your new piece of code flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
Probably too much to fix all this stuff now but may be taking care for new plugins?
probably needs to be fixed for Github Actions: It's a good practice to use flake8 and make lint free code.
The text was updated successfully, but these errors were encountered: