Browse Source

added setup

feature/load_slices
Jim Rybarski 10 years ago
parent
commit
e768b92270
3 changed files with 30 additions and 0 deletions
  1. +7
    -0
      .idea/dictionaries/jim.xml
  2. +16
    -0
      .idea/inspectionProfiles/Project_Default.xml
  3. +7
    -0
      .idea/inspectionProfiles/profiles_settings.xml

+ 7
- 0
.idea/dictionaries/jim.xml View File

@ -0,0 +1,7 @@
<component name="ProjectDictionaryState">
<dictionary name="jim">
<words>
<w>filemap</w>
</words>
</dictionary>
</component>

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

@ -0,0 +1,16 @@
<component name="InspectionProjectProfileManager">
<profile version="1.0" is_locked="false">
<option name="myName" value="Project Default" />
<option name="myLocal" value="false" />
<inspection_tool class="PyBroadExceptionInspection" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
<inspection_tool class="PyPackageRequirementsInspection" enabled="true" level="WARNING" enabled_by_default="true">
<option name="ignoredPackages">
<value>
<list size="1">
<item index="0" class="java.lang.String" itemvalue="apache-libcloud" />
</list>
</value>
</option>
</inspection_tool>
</profile>
</component>

+ 7
- 0
.idea/inspectionProfiles/profiles_settings.xml 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>

Loading…
Cancel
Save