This commit is contained in:
2022-10-04 18:11:21 +03:00
parent e94d9eca78
commit 8a9d9e8018
8 changed files with 87 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<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="dict.iteritems" />
<option value="map.__add__" />
</list>
</option>
</inspection_tool>
</profile>
</component>