-
Notifications
You must be signed in to change notification settings - Fork 126
Expand file tree
/
Copy pathProject_Default.xml
More file actions
25 lines (25 loc) · 1.01 KB
/
Project_Default.xml
File metadata and controls
25 lines (25 loc) · 1.01 KB
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
<component name="InspectionProjectProfileManager">
<profile version="1.0">
<option name="myName" value="Project Default" />
<inspection_tool class="PyPackageRequirementsInspection" enabled="true" level="WARNING" enabled_by_default="true">
<option name="ignoredPackages">
<value>
<list size="4">
<item index="0" class="java.lang.String" itemvalue="MarkupSafe" />
<item index="1" class="java.lang.String" itemvalue="requests-oauthlib" />
<item index="2" class="java.lang.String" itemvalue="gunicorn" />
<item index="3" class="java.lang.String" itemvalue="Markdown" />
</list>
</value>
</option>
</inspection_tool>
<inspection_tool class="PyPep8NamingInspection" enabled="true" level="WEAK WARNING" enabled_by_default="true">
<option name="ignoredErrors">
<list>
<option value="N803" />
<option value="N802" />
</list>
</option>
</inspection_tool>
</profile>
</component>