mirror of
https://github.com/langgenius/dify.git
synced 2026-08-28 20:46:51 +08:00
refactor: update pyrightconfig.json to use ignore field for better type checking configuration (#25373)
This commit is contained in:
parent
ea61420441
commit
ec0800eb1a
@ -1,11 +1,7 @@
|
||||
{
|
||||
"include": [
|
||||
"."
|
||||
],
|
||||
"exclude": [
|
||||
"tests/",
|
||||
"migrations/",
|
||||
".venv/",
|
||||
"include": ["models", "configs"],
|
||||
"exclude": [".venv", "tests/", "migrations/"],
|
||||
"ignore": [
|
||||
"core/",
|
||||
"controllers/",
|
||||
"tasks/",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user