level12 / flake8-level12

Provides flake8 linters for Level 12

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

inadvertent prints

guruofgentoo opened this issue · comments

print statements can often get left throughout code, and may not get found during PR review.

I think prints would generally not be found in views/forms/grids/model/libs/etc. Perhaps we could trim some noise on a rule like this by checking the path doesn't include tasks or cli.

We should use pre-commit.sh for this, like on SPC.