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.
35 lines
1.3 KiB
35 lines
1.3 KiB
2 years ago
|
<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="1586" name="Python" />
|
||
|
</Languages>
|
||
|
</inspection_tool>
|
||
|
<inspection_tool class="PyPep8NamingInspection" enabled="true" level="WEAK WARNING" enabled_by_default="true">
|
||
|
<option name="ignoredErrors">
|
||
|
<list>
|
||
|
<option value="N801" />
|
||
|
<option value="N802" />
|
||
|
</list>
|
||
|
</option>
|
||
|
</inspection_tool>
|
||
|
<inspection_tool class="PyStubPackagesAdvertiser" enabled="true" level="WARNING" enabled_by_default="true">
|
||
|
<option name="ignoredPackages">
|
||
|
<list>
|
||
|
<option value="PyQt5-stubs==5.15.6.0" />
|
||
|
</list>
|
||
|
</option>
|
||
|
</inspection_tool>
|
||
|
<inspection_tool class="PyUnresolvedReferencesInspection" enabled="true" level="WARNING" enabled_by_default="true">
|
||
|
<option name="ignoredIdentifiers">
|
||
|
<list>
|
||
|
<option value="cv2.imread" />
|
||
|
<option value="cv2.*" />
|
||
|
<option value="PyQt5.QtWidgets.clicked.connect" />
|
||
|
<option value="PyQt5.QtCore.Qt.SolidPattern" />
|
||
|
</list>
|
||
|
</option>
|
||
|
</inspection_tool>
|
||
|
</profile>
|
||
|
</component>
|