mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-05 08:07:05 +00:00
4 lines
No EOL
202 B
TOML
4 lines
No EOL
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/*"] |