mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 19:24:27 +00:00
ci(pre-commit-config.yaml): adding mypy linting as a pre-commit hook
This commit is contained in:
parent
e835bbd88b
commit
2c505f7842
2 changed files with 11 additions and 2 deletions
|
@ -2,4 +2,4 @@ set_verbose = False
|
|||
|
||||
def print_verbose(print_statement):
|
||||
if set_verbose:
|
||||
print(print_statement)
|
||||
print(print_statement) # noqa
|
Loading…
Add table
Add a link
Reference in a new issue