1
2
3
4
5
6
7
8
9
10
11
12
13
14
| <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="1">
| <item index="0" class="java.lang.String" itemvalue="3.13" />
| </list>
| </value>
| </option>
| </inspection_tool>
| </profile>
| </component>
|
|