mirror of
https://github.com/StanGirard/quivr.git
synced 2024-12-19 00:22:14 +03:00
21 lines
878 B
XML
21 lines
878 B
XML
|
<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="PyPep8NamingInspection" enabled="true" level="WEAK WARNING" enabled_by_default="true">
|
||
|
<option name="ignoredErrors">
|
||
|
<list>
|
||
|
<option value="N803" />
|
||
|
</list>
|
||
|
</option>
|
||
|
</inspection_tool>
|
||
|
<inspection_tool class="PyUnresolvedReferencesInspection" enabled="true" level="WARNING" enabled_by_default="true">
|
||
|
<option name="ignoredIdentifiers">
|
||
|
<list>
|
||
|
<option value="bytes.__await__" />
|
||
|
</list>
|
||
|
</option>
|
||
|
</inspection_tool>
|
||
|
<inspection_tool class="TsLint" enabled="true" level="WARNING" enabled_by_default="true" />
|
||
|
</profile>
|
||
|
</component>
|