Add flake8-logging to pre-commit

This commit is contained in:
Hugo van Kemenade 2023-09-09 14:04:47 +03:00
parent 36d0bf044b
commit 3891e9e228

View File

@ -39,7 +39,7 @@ repos:
hooks:
- id: flake8
additional_dependencies:
[flake8-2020, flake8-errmsg, flake8-implicit-str-concat]
[flake8-2020, flake8-errmsg, flake8-implicit-str-concat, flake8-logging]
- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.10.0