diff --git a/pyproject.toml b/pyproject.toml index 6f2292ca4bc5..8cd6360f97c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -171,7 +171,8 @@ select = [ "F632", # is-literal "F634", # if-tuple "F823", # undefined-local - "C4", # category: flake8-comprehensions + "G", # flake8-logging-format + "T10", # category: flake8-debugger ] [tool.pylint.main]