1
0
mirror of https://github.com/bspeice/metrik synced 2026-04-01 06:10:14 -04:00

Didn't think 2.7/3.x compatibility would be this bad...

This commit is contained in:
Bradlee Speice
2016-08-08 23:18:00 -04:00
parent f9caa2555a
commit 52eaa4b663
5 changed files with 40 additions and 18 deletions

View File

@ -0,0 +1,19 @@
<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="6">
<item index="0" class="java.lang.String" itemvalue="2.7" />
<item index="1" class="java.lang.String" itemvalue="3.1" />
<item index="2" class="java.lang.String" itemvalue="3.2" />
<item index="3" class="java.lang.String" itemvalue="3.3" />
<item index="4" class="java.lang.String" itemvalue="3.4" />
<item index="5" class="java.lang.String" itemvalue="3.5" />
</list>
</value>
</option>
</inspection_tool>
</profile>
</component>

View File

@ -0,0 +1,7 @@
<component name="InspectionProjectProfileManager">
<settings>
<option name="PROJECT_PROFILE" value="Project Default" />
<option name="USE_PROJECT_PROFILE" value="true" />
<version value="1.0" />
</settings>
</component>