mirror of
https://github.com/simon987/sist2-scripts.git
synced 2025-04-10 14:16:47 +00:00
22 lines
834 B
XML
22 lines
834 B
XML
<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="2">
|
|
<item index="0" class="java.lang.String" itemvalue="numpy" />
|
|
<item index="1" class="java.lang.String" itemvalue="windows-curses" />
|
|
</list>
|
|
</value>
|
|
</option>
|
|
</inspection_tool>
|
|
<inspection_tool class="PyPep8Inspection" enabled="true" level="WEAK WARNING" enabled_by_default="true">
|
|
<option name="ignoredErrors">
|
|
<list>
|
|
<option value="E402" />
|
|
</list>
|
|
</option>
|
|
</inspection_tool>
|
|
</profile>
|
|
</component> |