mirror of https://github.com/langgenius/dify.git
refactor: update pyrightconfig to scan all API files (#25429)
This commit is contained in:
parent
a1cf48f84e
commit
7443c5a6fc
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"include": ["models", "configs"],
|
"include": ["."],
|
||||||
"exclude": [".venv", "tests/", "migrations/"],
|
"exclude": [".venv", "tests/", "migrations/"],
|
||||||
"ignore": [
|
"ignore": [
|
||||||
"core/",
|
"core/",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue