diff --git a/pyproject.toml b/pyproject.toml index 951c2c978..34d4e7055 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,6 +21,7 @@ lint.select = [ # The "F" series in Ruff stands for "Pyflakes" rules, which catch various Python syntax errors and undefined names. # See all rules here: https://docs.astral.sh/ruff/rules/#pyflakes-f "F", + "G" # logging rules ] lint.ignore = ["E501", "E722", "E731", "E712", "E402", "E741"]