-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.default.xml
123 lines (123 loc) · 5.45 KB
/
project.default.xml
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<application>
<component name="ProjectManager">
<defaultProject>
<component name="Encoding">
<file url="PROJECT" charset="UTF-8" />
</component>
<component name="InspectionProjectProfileManager">
<profile version="1.0">
<option name="myName" value="Project Default" />
<option name="myLocal" value="true" />
<inspection_tool class="PyPackageRequirementsInspection" enabled="true" level="WARNING" enabled_by_default="true">
<option name="ignoredPackages">
<value>
<list size="27">
<item index="0" class="java.lang.String" itemvalue="simplejson" />
<item index="1" class="java.lang.String" itemvalue="reportlab" />
<item index="2" class="java.lang.String" itemvalue="pyserial" />
<item index="3" class="java.lang.String" itemvalue="docutils" />
<item index="4" class="java.lang.String" itemvalue="six" />
<item index="5" class="java.lang.String" itemvalue="pyparsing" />
<item index="6" class="java.lang.String" itemvalue="requests" />
<item index="7" class="java.lang.String" itemvalue="vobject" />
<item index="8" class="java.lang.String" itemvalue="MarkupSafe" />
<item index="9" class="java.lang.String" itemvalue="pyusb" />
<item index="10" class="java.lang.String" itemvalue="gevent" />
<item index="11" class="java.lang.String" itemvalue="passlib" />
<item index="12" class="java.lang.String" itemvalue="Pillow" />
<item index="13" class="java.lang.String" itemvalue="jcconv" />
<item index="14" class="java.lang.String" itemvalue="lxml" />
<item index="15" class="java.lang.String" itemvalue="PyYAML" />
<item index="16" class="java.lang.String" itemvalue="Mako" />
<item index="17" class="java.lang.String" itemvalue="vatnumber" />
<item index="18" class="java.lang.String" itemvalue="pytz" />
<item index="19" class="java.lang.String" itemvalue="Werkzeug" />
<item index="20" class="java.lang.String" itemvalue="pydot" />
<item index="21" class="java.lang.String" itemvalue="python-ldap" />
<item index="22" class="java.lang.String" itemvalue="qrcode" />
<item index="23" class="java.lang.String" itemvalue="psutil" />
<item index="24" class="java.lang.String" itemvalue="Jinja2" />
<item index="25" class="java.lang.String" itemvalue="psycogreen" />
<item index="26" class="java.lang.String" itemvalue="psycopg2" />
</list>
</value>
</option>
</inspection_tool>
</profile>
<version value="1.0" />
</component>
<component name="ProjectInspectionProfilesVisibleTreeState">
<entry key="Project Default">
<profile-state>
<expanded-state>
<State>
<id />
</State>
<State>
<id>Control flow issuesJavaScript</id>
</State>
<State>
<id>Data flow issuesJavaScript</id>
</State>
<State>
<id>Django</id>
</State>
<State>
<id>Error handlingJavaScript</id>
</State>
<State>
<id>General</id>
</State>
<State>
<id>Ignore</id>
</State>
<State>
<id>JavaScript</id>
</State>
<State>
<id>Potentially confusing code constructsJavaScript</id>
</State>
<State>
<id>Probable bugsJavaScript</id>
</State>
</expanded-state>
<selected-state>
<State>
<id>BashSupport</id>
</State>
</selected-state>
</profile-state>
</entry>
</component>
<component name="PropertiesComponent">
<property name="options.lastSelected" value="Errors" />
<property name="options.splitter.main.proportions" value="0.3" />
<property name="options.splitter.details.proportions" value="0.2" />
<property name="settings.editor.selected.configurable" value="configurable.group.appearance" />
<property name="settings.editor.splitter.proportion" value="0.2" />
<property name="last_opened_file_path" value="$USER_HOME$/.virtualenvs/tushare/bin/python" />
</component>
<component name="SvnConfiguration">
<configuration>$USER_HOME$/.subversion</configuration>
</component>
<component name="VcsContentAnnotationSettings">
<option name="myLimit" value="2678400000" />
</component>
<component name="masterDetails">
<states>
<state key="ScopeChooserConfigurable.UI">
<settings>
<splitter-proportions>
<option name="proportions">
<list>
<option value="0.2" />
</list>
</option>
</splitter-proportions>
</settings>
</state>
</states>
</component>
</defaultProject>
</component>
</application>