Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Open
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Excludes legacy models from type checking
Updates the pyright configuration to exclude the legacy models directory from type checking.
  • Loading branch information
robbiemu committed May 19, 2025
commit afd66e9c2a96c50247c57b4d554d0fec1bdc90ef
2 changes: 1 addition & 1 deletion pyrightconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
],
"exclude": [
"tools/legacy",
"tools/mtmd/legacy-models",
"tests"
]
}
Loading