Align spelling of logger.warning()
iainelder opened this issue · 1 comments
iainelder commented
The spelling here is missing the closing parenthesis.
pygrep-hooks/.pre-commit-hooks.yaml
Line 45 in 2ffc742
It looks a bit jarring when used together with check for eval()
.
check for eval().........................................................Passed
use logger.warning(......................................................Passed
asottile commented
intentional