mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
20 lines
No EOL
580 B
YAML
20 lines
No EOL
580 B
YAML
repos:
|
|
- repo: https://github.com/psf/black
|
|
rev: stable
|
|
hooks:
|
|
- id: black
|
|
- repo: https://github.com/pycqa/flake8
|
|
rev: 3.8.4 # The version of flake8 to use
|
|
hooks:
|
|
- id: flake8
|
|
exclude: ^litellm/tests/|^litellm/proxy/proxy_cli.py|^litellm/integrations/|^litellm/proxy/tests/
|
|
additional_dependencies: [flake8-print]
|
|
files: litellm/.*\.py
|
|
- repo: local
|
|
hooks:
|
|
- id: mypy
|
|
name: mypy
|
|
entry: python3 -m mypy --ignore-missing-imports
|
|
language: system
|
|
types: [python]
|
|
files: ^litellm/ |