Added Pyre

This commit is contained in:
Mohamed ElKalioby
2024-01-23 14:07:16 +03:00
parent 992f97b9fa
commit 393a0f3ece
11 changed files with 33 additions and 7 deletions

15
.pyre_configuration Normal file
View File

@@ -0,0 +1,15 @@
{
"source_directories": [
"."
],
"search_path": [
"env/lib/python3.11/site-packages/"
],
"ignore_all_errors":[
"*env*/*",
"example/venv/*",
"build/*",
"example/*"
]
}