Browse Source

PY-2022.1 <Faith@DESKTOP-FQ04LTL Update Default.xml

艽十艽 3 years ago
parent
commit
fcdbb446a6
1 changed files with 7 additions and 0 deletions
  1. 7 0
      inspection/Default.xml

+ 7 - 0
inspection/Default.xml

@@ -13,4 +13,11 @@
   </inspection_tool>
   <inspection_tool class="Eslint" enabled="true" level="WARNING" enabled_by_default="true" />
   <inspection_tool class="JSHint" 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="dict.*" />
+      </list>
+    </option>
+  </inspection_tool>
 </profile>