|
@@ -0,0 +1,45 @@
|
|
|
+<component name="InspectionProjectProfileManager">
|
|
|
+ <profile version="1.0">
|
|
|
+ <option name="myName" value="Project Default" />
|
|
|
+ <inspection_tool class="PyGlobalUndefinedInspection" enabled="true" level="TYPO" enabled_by_default="true" />
|
|
|
+ <inspection_tool class="PyPackageRequirementsInspection" enabled="true" level="WARNING" enabled_by_default="true">
|
|
|
+ <option name="ignoredPackages">
|
|
|
+ <value>
|
|
|
+ <list size="2">
|
|
|
+ <item index="0" class="java.lang.String" itemvalue="alibabacloud_tea_console" />
|
|
|
+ <item index="1" class="java.lang.String" itemvalue="alibabacloud_mts20140618" />
|
|
|
+ </list>
|
|
|
+ </value>
|
|
|
+ </option>
|
|
|
+ </inspection_tool>
|
|
|
+ <inspection_tool class="PyPep8Inspection" enabled="true" level="WEAK WARNING" enabled_by_default="true">
|
|
|
+ <option name="ignoredErrors">
|
|
|
+ <list>
|
|
|
+ <option value="W605" />
|
|
|
+ </list>
|
|
|
+ </option>
|
|
|
+ </inspection_tool>
|
|
|
+ <inspection_tool class="PyPep8NamingInspection" enabled="true" level="WEAK WARNING" enabled_by_default="true">
|
|
|
+ <option name="ignoredErrors">
|
|
|
+ <list>
|
|
|
+ <option value="N806" />
|
|
|
+ </list>
|
|
|
+ </option>
|
|
|
+ <option name="ignoredBaseClasses">
|
|
|
+ <list>
|
|
|
+ <option value="unittest.TestCase" />
|
|
|
+ <option value="unittest.case.TestCase" />
|
|
|
+ <option value="object" />
|
|
|
+ </list>
|
|
|
+ </option>
|
|
|
+ </inspection_tool>
|
|
|
+ <inspection_tool class="PyUnresolvedReferencesInspection" enabled="true" level="WARNING" enabled_by_default="true">
|
|
|
+ <option name="ignoredIdentifiers">
|
|
|
+ <list>
|
|
|
+ <option value="selenium.webdriver.remote.webdriver.WebDriver.swipe" />
|
|
|
+ <option value="appium.webdriver.webdriver.WebDriver.*" />
|
|
|
+ </list>
|
|
|
+ </option>
|
|
|
+ </inspection_tool>
|
|
|
+ </profile>
|
|
|
+</component>
|