diff --git a/pyproject.toml b/pyproject.toml index fbe8028..eea078e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -87,6 +87,8 @@ select = [ "W", "E", "G", + "A", + "COM", "INP", "T20", "PLC", @@ -99,8 +101,11 @@ select = [ "FIX", "PERF", "C4", + "EM", + "RET", + "RSE", ] -ignore = ["PLR0912", "PLR0915", "PLR2004", "PLR0913"] +ignore = ["PLR0912", "PLR0915", "PLR2004", "PLR0913", "EM101"] # Allow fix for all enabled rules (when `--fix`) is provided. fixable = ["ALL"]