mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
lint test 2
This commit is contained in:
parent
0879827790
commit
973a7c2676
2 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ jobs:
|
|||
name: Linting Testing
|
||||
command: |
|
||||
cd litellm
|
||||
python -m mypy --install-types
|
||||
python -m mypy . --install-types
|
||||
if ! python -m mypy . --ignore-missing-imports; then
|
||||
echo "mypy detected errors"
|
||||
exit 1
|
||||
|
|
|
@ -50,4 +50,4 @@ try:
|
|||
except:
|
||||
print(f"error occurred: {traceback.format_exc()}")
|
||||
pass
|
||||
os.environ["OPENAI_API_KEY"] = temp_key # this fails linting#1
|
||||
os.environ["OPENAI_API_KEY"] = temp_key # this fails linting#2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue