|
@@ -0,0 +1,30 @@
|
|
|
|
+<component name="InspectionProjectProfileManager">
|
|
|
|
+ <profile version="1.0">
|
|
|
|
+ <option name="myName" value="Project Default" />
|
|
|
|
+ <inspection_tool class="Eslint" enabled="true" level="WARNING" enabled_by_default="true" />
|
|
|
|
+ <inspection_tool class="PyPackageRequirementsInspection" enabled="true" level="WARNING" enabled_by_default="true">
|
|
|
|
+ <option name="ignoredPackages">
|
|
|
|
+ <value>
|
|
|
|
+ <list size="1">
|
|
|
|
+ <item index="0" class="java.lang.String" itemvalue="mysqlclient" />
|
|
|
|
+ </list>
|
|
|
|
+ </value>
|
|
|
|
+ </option>
|
|
|
|
+ </inspection_tool>
|
|
|
|
+ <inspection_tool class="PyPep8NamingInspection" enabled="true" level="WEAK WARNING" enabled_by_default="true">
|
|
|
|
+ <option name="ignoredErrors">
|
|
|
|
+ <list>
|
|
|
|
+ <option value="N802" />
|
|
|
|
+ <option value="N801" />
|
|
|
|
+ </list>
|
|
|
|
+ </option>
|
|
|
|
+ </inspection_tool>
|
|
|
|
+ <inspection_tool class="PyUnresolvedReferencesInspection" enabled="true" level="WARNING" enabled_by_default="true">
|
|
|
|
+ <option name="ignoredIdentifiers">
|
|
|
|
+ <list>
|
|
|
|
+ <option value="int.*" />
|
|
|
|
+ </list>
|
|
|
|
+ </option>
|
|
|
|
+ </inspection_tool>
|
|
|
|
+ </profile>
|
|
|
|
+</component>
|