diff --git a/ruff.toml b/ruff.toml index 09fccd657aaf..b373b497b6e2 100644 --- a/ruff.toml +++ b/ruff.toml @@ -1,4 +1,4 @@ -ignore = ["F405", "E402", "F401", "E501", "F403"] -extend-select = ["E501", "PLR0915"] +lint.ignore = ["F405", "E402", "F401", "E501", "F403"] +lint.extend-select = ["E501", "PLR0915"] line-length = 120 exclude = ["litellm/types/*", "litellm/__init__.py", "litellm/proxy/example_config_yaml/*"] \ No newline at end of file