diff --git a/template/ruff.toml b/template/ruff.toml index 687d5b3..23fda6e 100644 --- a/template/ruff.toml +++ b/template/ruff.toml @@ -30,6 +30,8 @@ select = [ "PGH", # pyupgrade "UP", + # pylint + "PLC0415", # ruff "RUF", # tryceratops