Add strict mode
Melevir opened this issue · 0 comments
Melevir commented
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?