Browse Source

Dienstag

master
Jonka Winkle 5 years ago
parent
commit
adc5542da0
1 changed files with 15 additions and 0 deletions
  1. 15
    0
      .idea/inspectionProfiles/Project_Default.xml

+ 15
- 0
.idea/inspectionProfiles/Project_Default.xml View File

@@ -0,0 +1,15 @@
<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="2.7" />
<item index="1" class="java.lang.String" itemvalue="3.7" />
</list>
</value>
</option>
</inspection_tool>
</profile>
</component>

Loading…
Cancel
Save