mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-16 22:51:24 +00:00
feat(model): Add new LLMClient and new build tools (#967)
This commit is contained in:
@@ -10,7 +10,7 @@ pytest-mock
|
||||
pytest-recording
|
||||
pytesseract==0.3.10
|
||||
aioresponses
|
||||
# python code format, usage `black .`
|
||||
black
|
||||
# for git hooks
|
||||
pre-commit
|
||||
pre-commit
|
||||
# Type checking
|
||||
mypy==0.991
|
11
requirements/lint-requirements.txt
Normal file
11
requirements/lint-requirements.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
# python code format, usage `black .`
|
||||
black==22.8.0
|
||||
blackdoc==0.3.7
|
||||
flake8==5.0.4
|
||||
flake8-bugbear==22.10.25
|
||||
flake8-comprehensions==3.10.0
|
||||
flake8-docstrings==1.6.0
|
||||
flake8-simplify==0.19.3
|
||||
flake8-tidy-imports==4.8.0
|
||||
isort==5.10.1
|
||||
pyupgrade==3.1.0
|
Reference in New Issue
Block a user