Added Pyre
This commit is contained in:
15
.pyre_configuration
Normal file
15
.pyre_configuration
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"source_directories": [
|
||||
"."
|
||||
],
|
||||
"search_path": [
|
||||
"env/lib/python3.11/site-packages/"
|
||||
],
|
||||
"ignore_all_errors":[
|
||||
"*env*/*",
|
||||
"example/venv/*",
|
||||
"build/*",
|
||||
"example/*"
|
||||
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user