Last active
February 23, 2016 12:22
-
-
Save sotsugov/e8235c6984670f21faae to your computer and use it in GitHub Desktop.
PyCharm Code Style
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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