forked from facebook/pyre-check
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.pyre_configuration
57 lines (57 loc) · 994 Bytes
/
.pyre_configuration
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"exclude": [
".*/documentation/.*",
".*/generate_taint_models/.*",
".*/scripts/.*",
".*/source/.*",
".*/pyre-check/stubs/.*"
],
"ignore_all_errors": [
"client/tests/configuration_test.py",
"pyre_extensions/safe_json.py",
"tools/sandbox/application.py"
],
"search_path": [
{
"site-package": "async_generator"
},
{
"site-package": "dataclasses_json"
},
{
"site-package": "flask"
},
{
"site-package": "flask_cors"
},
{
"site-package": "graphql"
},
{
"site-package": "intervaltree"
},
{
"site-package": "libcst"
},
{
"site-package": "psutil"
},
{
"site-package": "pywatchman"
},
{
"site-package": "testslide"
},
{
"site-package": "typing_extensions"
},
{
"site-package": "typing_inspect"
}
],
"source_directories": [
"."
],
"strict": true,
"version": "0.0.101637669405"
}