litellm icon indicating copy to clipboard operation
litellm copied to clipboard

Format using black, change black within circleci to --check

Open bufferoverflow opened this issue 1 year ago • 1 comments

based on discussion from #1245

bufferoverflow avatar Jan 08 '24 08:01 bufferoverflow

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
litellm ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 15, 2024 0:21am

vercel[bot] avatar Jan 08 '24 08:01 vercel[bot]

$ python -m black --check .
Skipping .ipynb files as Jupyter dependencies are not installed.
You can fix this by running ``pip install "black[jupyter]"``
would reformat /home/roger/Work/litellm/litellm/integrations/langsmith.py
would reformat /home/roger/Work/litellm/litellm/integrations/prompt_layer.py
would reformat /home/roger/Work/litellm/cookbook/codellama-server/main.py
would reformat /home/roger/Work/litellm/litellm/integrations/athina.py
would reformat /home/roger/Work/litellm/litellm/llms/maritalk.py
would reformat /home/roger/Work/litellm/litellm/llms/baseten.py
would reformat /home/roger/Work/litellm/litellm/integrations/weights_biases.py
would reformat /home/roger/Work/litellm/litellm/proxy/secret_managers/google_kms.py
would reformat /home/roger/Work/litellm/litellm/tests/test_acompletion.py
would reformat /home/roger/Work/litellm/litellm/llms/oobabooga.py
would reformat /home/roger/Work/litellm/litellm/integrations/litedebugger.py
would reformat /home/roger/Work/litellm/litellm/llms/nlp_cloud.py
would reformat /home/roger/Work/litellm/litellm/tests/test_ollama.py
would reformat /home/roger/Work/litellm/litellm/llms/petals.py
would reformat /home/roger/Work/litellm/litellm/types/completion.py
would reformat /home/roger/Work/litellm/litellm/tests/test_promptlayer_integration.py
would reformat /home/roger/Work/litellm/litellm/llms/together_ai.py
would reformat /home/roger/Work/litellm/ui/pages/user.py
would reformat /home/roger/Work/litellm/litellm/tests/test_utils.py
would reformat /home/roger/Work/litellm/litellm/llms/ollama.py
would reformat /home/roger/Work/litellm/ui/admin.py
would reformat /home/roger/Work/litellm/litellm/tests/test_custom_callback_router.py

Oh no! 💥 💔 💥
22 files would be reformatted, 283 files would be left unchanged.

bufferoverflow avatar Apr 15 '24 12:04 bufferoverflow