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
I with there was some strict mode (%flake8_on --strict), which executes code in a cell only if it has no flake8 violations. If cell has errors, code in cell is not executed at all.
This will force developers to refactor their code on the go, not before commit. This usually reduces amount of bugs and increases readability.
Does it make sense to you?
The text was updated successfully, but these errors were encountered:
I with there was some strict mode (
%flake8_on --strict
), which executes code in a cell only if it has no flake8 violations. If cell has errors, code in cell is not executed at all.This will force developers to refactor their code on the go, not before commit. This usually reduces amount of bugs and increases readability.
Does it make sense to you?
The text was updated successfully, but these errors were encountered: