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.
13 lines
466 B
13 lines
466 B
1 year ago
|
<component name="InspectionProjectProfileManager">
|
||
|
<profile version="1.0">
|
||
|
<option name="myName" value="Project Default" />
|
||
|
<inspection_tool class="PyUnresolvedReferencesInspection" enabled="true" level="WARNING" enabled_by_default="true">
|
||
|
<option name="ignoredIdentifiers">
|
||
|
<list>
|
||
|
<option value="common.config.*" />
|
||
|
<option value="app.*" />
|
||
|
</list>
|
||
|
</option>
|
||
|
</inspection_tool>
|
||
|
</profile>
|
||
|
</component>
|