File size: 271 Bytes
4a9daf8
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
repos:
-   repo: https://github.com/pycqa/flake8
    rev: 3.8.4  # The version of flake8 to use
    hooks:
    -  id: flake8
       exclude: ^litellm/tests/|^litellm/proxy/|^litellm/integrations/
       additional_dependencies: [flake8-print]
       files: litellm/.*\.py