You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
1.6 KiB
33 lines
1.6 KiB
1 year ago
|
<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="11">
|
||
|
<item index="0" class="java.lang.String" itemvalue="pandas" />
|
||
|
<item index="1" class="java.lang.String" itemvalue="certifi" />
|
||
|
<item index="2" class="java.lang.String" itemvalue="charset-normalizer" />
|
||
|
<item index="3" class="java.lang.String" itemvalue="tzdata" />
|
||
|
<item index="4" class="java.lang.String" itemvalue="et-xmlfile" />
|
||
|
<item index="5" class="java.lang.String" itemvalue="numpy" />
|
||
|
<item index="6" class="java.lang.String" itemvalue="pytz" />
|
||
|
<item index="7" class="java.lang.String" itemvalue="requsets" />
|
||
|
<item index="8" class="java.lang.String" itemvalue="openpyxl" />
|
||
|
<item index="9" class="java.lang.String" itemvalue="xlwt" />
|
||
|
<item index="10" class="java.lang.String" itemvalue="urllib3" />
|
||
|
</list>
|
||
|
</value>
|
||
|
</option>
|
||
|
</inspection_tool>
|
||
|
<inspection_tool class="PyPep8NamingInspection" enabled="true" level="WEAK WARNING" enabled_by_default="true">
|
||
|
<option name="ignoredErrors">
|
||
|
<list>
|
||
|
<option value="N806" />
|
||
|
<option value="N802" />
|
||
|
<option value="N803" />
|
||
|
</list>
|
||
|
</option>
|
||
|
</inspection_tool>
|
||
|
</profile>
|
||
|
</component>
|