mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-28 08:12:14 +08:00
15 lines
562 B
XML
15 lines
562 B
XML
<component name="InspectionProjectProfileManager">
|
|
<profile version="1.0">
|
|
<option name="myName" value="Project Default" />
|
|
<inspection_tool class="PyCompatibilityInspection" enabled="true" level="WARNING" enabled_by_default="true">
|
|
<option name="ourVersions">
|
|
<value>
|
|
<list size="2">
|
|
<item index="0" class="java.lang.String" itemvalue="3.6" />
|
|
<item index="1" class="java.lang.String" itemvalue="3.7" />
|
|
</list>
|
|
</value>
|
|
</option>
|
|
</inspection_tool>
|
|
</profile>
|
|
</component> |