pre-commit/pygrep-hooks

Align spelling of logger.warning()

iainelder opened this issue · 1 comments

The spelling here is missing the closing parenthesis.

name: use logger.warning(

It looks a bit jarring when used together with check for eval().

check for eval().........................................................Passed
use logger.warning(......................................................Passed

intentional