parent
2b05bed655
commit
295d37dcae
4 changed files with 32 additions and 8 deletions
@ -0,0 +1,25 @@ |
||||
<component name="InspectionProjectProfileManager"> |
||||
<profile version="1.0"> |
||||
<option name="myName" value="Project Default" /> |
||||
<inspection_tool class="DuplicatedCode" enabled="false" level="WEAK WARNING" enabled_by_default="false" /> |
||||
<inspection_tool class="GrazieInspection" enabled="false" level="GRAMMAR_ERROR" enabled_by_default="false" /> |
||||
<inspection_tool class="LanguageDetectionInspection" enabled="false" level="WARNING" enabled_by_default="false" /> |
||||
<inspection_tool class="PyIncorrectDocstringInspection" enabled="false" level="WEAK WARNING" enabled_by_default="false" /> |
||||
<inspection_tool class="PyPep8Inspection" enabled="true" level="WEAK WARNING" enabled_by_default="true"> |
||||
<option name="ignoredErrors"> |
||||
<list> |
||||
<option value="E741" /> |
||||
<option value="E303" /> |
||||
<option value="E101" /> |
||||
<option value="E128" /> |
||||
</list> |
||||
</option> |
||||
</inspection_tool> |
||||
<inspection_tool class="PyPep8NamingInspection" enabled="false" level="WEAK WARNING" enabled_by_default="false" /> |
||||
<inspection_tool class="SpellCheckingInspection" enabled="false" level="TYPO" enabled_by_default="false"> |
||||
<option name="processCode" value="true" /> |
||||
<option name="processLiterals" value="true" /> |
||||
<option name="processComments" value="true" /> |
||||
</inspection_tool> |
||||
</profile> |
||||
</component> |
@ -1,7 +1,6 @@ |
||||
.git |
||||
DerivedDataCache |
||||
.vscode |
||||
Saved |
||||
.idea |
||||
Intermediate |
||||
Content |
||||
/.vscode |
||||
/Content |
||||
/.git |
||||
/Saved |
||||
/.idea |
||||
/Intermediate |
||||
|
Binary file not shown.
Loading…
Reference in new issue