mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-05 14:23:53 +01:00
19 lines
932 B
XML
19 lines
932 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="4">
|
||
|
<item index="0" class="java.lang.String" itemvalue="fastapi" />
|
||
|
<item index="1" class="java.lang.String" itemvalue="requests" />
|
||
|
<item index="2" class="java.lang.String" itemvalue="hypothesis" />
|
||
|
<item index="3" class="java.lang.String" itemvalue="pre-commit" />
|
||
|
</list>
|
||
|
</value>
|
||
|
</option>
|
||
|
</inspection_tool>
|
||
|
<inspection_tool class="Stylelint" enabled="true" level="ERROR" enabled_by_default="true" />
|
||
|
</profile>
|
||
|
</component>
|