diff --git a/.ruff.toml b/.ruff.toml index 263b111e..58583973 100644 --- a/.ruff.toml +++ b/.ruff.toml @@ -17,6 +17,7 @@ select = [ "N", # pep8-naming "PIE", # flake8-pie "PGH", # pygrep-hooks + "SLF", # flake8-self "RET", # flake8-return "RUF100", # unused noqa (yesqa) "T10", # flake8-debugger