mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-28 13:00:02 +00:00
chore: Add pylint for DB-GPT core lib (#1076)
This commit is contained in:
20
.mypy.ini
Normal file
20
.mypy.ini
Normal file
@@ -0,0 +1,20 @@
|
||||
[mypy]
|
||||
exclude = /tests/
|
||||
# plugins = pydantic.mypy
|
||||
|
||||
[mypy-graphviz.*]
|
||||
ignore_missing_imports = True
|
||||
|
||||
[mypy-cachetools.*]
|
||||
ignore_missing_imports = True
|
||||
|
||||
[mypy-coloredlogs.*]
|
||||
ignore_missing_imports = True
|
||||
|
||||
[mypy-termcolor.*]
|
||||
ignore_missing_imports = True
|
||||
|
||||
[mypy-pydantic.*]
|
||||
strict_optional = False
|
||||
ignore_missing_imports = True
|
||||
follow_imports = skip
|
Reference in New Issue
Block a user