mirror of
https://github.com/Sosokker/SOS12.git
synced 2025-12-18 20:24:05 +01:00
19 lines
906 B
XML
19 lines
906 B
XML
<component name="InspectionProjectProfileManager">
|
|
<profile version="1.0">
|
|
<option name="myName" value="Project Default" />
|
|
<inspection_tool class="Eslint" enabled="true" level="WARNING" enabled_by_default="true" />
|
|
<inspection_tool class="PyPackageRequirementsInspection" enabled="true" level="WARNING" enabled_by_default="true">
|
|
<option name="ignoredPackages">
|
|
<value>
|
|
<list size="5">
|
|
<item index="0" class="java.lang.String" itemvalue="pandas" />
|
|
<item index="1" class="java.lang.String" itemvalue="networkx" />
|
|
<item index="2" class="java.lang.String" itemvalue="seaborn" />
|
|
<item index="3" class="java.lang.String" itemvalue="matplotlib" />
|
|
<item index="4" class="java.lang.String" itemvalue="Pillow" />
|
|
</list>
|
|
</value>
|
|
</option>
|
|
</inspection_tool>
|
|
</profile>
|
|
</component> |