mirror of
https://github.com/tiennm99/litellm.git
synced 2026-06-18 05:28:02 +00:00
3fca0d756d
* fix ruff print check * fix ruff check
4 lines
202 B
TOML
4 lines
202 B
TOML
ignore = ["F405", "E402", "F401", "E501", "F403"]
|
|
extend-select = ["E501", "PLR0915", "T20"]
|
|
line-length = 120
|
|
exclude = ["litellm/types/*", "litellm/__init__.py", "litellm/proxy/example_config_yaml/*"] |