mirror of
https://github.com/StefBuwalda/ProjectIOT.git
synced 2025-10-30 03:09:58 +00:00
Prevent pyright from checking folders that are messed up
This commit is contained in:
9
pyrightconfig.json
Normal file
9
pyrightconfig.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"exclude": [
|
||||
"migrations",
|
||||
".venv",
|
||||
"pico_files",
|
||||
"AT_frontend",
|
||||
"OCR",
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user