Skip to content

Instantly share code, notes, and snippets.

@sotsugov
Last active February 23, 2016 12:22
Show Gist options
  • Select an option

  • Save sotsugov/e8235c6984670f21faae to your computer and use it in GitHub Desktop.

Select an option

Save sotsugov/e8235c6984670f21faae to your computer and use it in GitHub Desktop.
PyCharm Code Style
<code_scheme name="Nexmo">
<option name="RIGHT_MARGIN" value="100" />
<option name="WRAP_WHEN_TYPING_REACHES_RIGHT_MARGIN" value="true" />
<XML>
<option name="XML_LEGACY_SETTINGS_IMPORTED" value="true" />
</XML>
<codeStyleSettings language="Python">
<option name="WRAP_LONG_LINES" value="true" />
<option name="WRAP_ON_TYPING" value="1" />
</codeStyleSettings>
</code_scheme>
<?xml version="1.0" encoding="UTF-8"?>
<inspections version="1.0">
<option name="myName" value="Project Default" />
<inspection_tool class="LongLine" enabled="true" level="INFO" enabled_by_default="true" />
<inspection_tool class="PyClassHasNoInitInspection" enabled="true" level="INFO" enabled_by_default="true" />
<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="2.7" />
</list>
</value>
</option>
</inspection_tool>
<inspection_tool class="PyDeprecationInspection" enabled="true" level="ERROR" enabled_by_default="true" />
<inspection_tool class="PyDictDuplicateKeysInspection" enabled="true" level="ERROR" enabled_by_default="true" />
<inspection_tool class="PyUnresolvedReferencesInspection" enabled="true" level="WARNING" enabled_by_default="true">
<option name="ignoredIdentifiers">
<list>
<option value="pytest.mark.trusted" />
<option value="pytest.mark.dashboard" />
<option value="testcases.cd_redesign.test_cdr_signup.screen_login" />
</list>
</option>
</inspection_tool>
</inspections>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment