From 90a64d270ceb159522359d317fbdc5153f3cd750 Mon Sep 17 00:00:00 2001 From: jinno Date: Sun, 17 Nov 2024 18:09:57 +0900 Subject: [PATCH] chore: ruff.toml --- ruff.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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