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