You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
936 B
25 lines
936 B
<component name="InspectionProjectProfileManager">
|
|
<profile version="1.0">
|
|
<option name="myName" value="Project Default" />
|
|
<inspection_tool class="DuplicatedCode" enabled="true" level="WEAK WARNING" enabled_by_default="true">
|
|
<Languages>
|
|
<language minSize="54" name="Python" />
|
|
</Languages>
|
|
</inspection_tool>
|
|
<inspection_tool class="PyPep8NamingInspection" enabled="true" level="WEAK WARNING" enabled_by_default="true">
|
|
<option name="ignoredErrors">
|
|
<list>
|
|
<option value="N806" />
|
|
<option value="N802" />
|
|
</list>
|
|
</option>
|
|
</inspection_tool>
|
|
<inspection_tool class="PyUnresolvedReferencesInspection" enabled="true" level="WARNING" enabled_by_default="true">
|
|
<option name="ignoredIdentifiers">
|
|
<list>
|
|
<option value="list.__getitem__" />
|
|
</list>
|
|
</option>
|
|
</inspection_tool>
|
|
</profile>
|
|
</component> |