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
We do not want print statements in our code (use logging).
Flake8-print is a plugin for detection of print statements, and can be added to our style guide enforcer.
See flake8-print.
It should be added to the pre-commit routine.
We do not want print statements in our code (use
logging).Flake8-print is a plugin for detection of print statements, and can be added to our style guide enforcer.
See flake8-print.
It should be added to the pre-commit routine.