From acf8d9eb5886a498ed8acd886986c46c85c12bc7 Mon Sep 17 00:00:00 2001 From: James Robinson Date: Thu, 26 Sep 2024 09:34:50 +0100 Subject: [PATCH] :white_check_mark: Add flake8-logging validation --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index af3f892..b0875a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -117,6 +117,7 @@ select = [ "I", # isort "ICN", # flake8-import-conventions "ISC", # flake8-implicit-str-concat + "LOG", # flake8-logging "N", # pep8-naming "ANN", # flake8-bandit "UP", # pyupgrade