globality-corp / flake8-logging-format

Flake8 extension to validate (lack of) logging format strings
Apache License 2.0
134 stars 21 forks source link

Extension prefix does not match valid code #34

Closed wyuenho closed 1 year ago

wyuenho commented 1 year ago

https://github.com/globality-corp/flake8-logging-format/blob/a6ab5760c2d1f50f0c4e41dfcf15e55e3c518f83/setup.py#L26

Recent change introduced upstream checks if extension code to follow convention. If it doesn't, an error will be raised.

wyuenho commented 1 year ago

duplicate of #33