mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-31 07:11:43 -05:00
Initial commit - Jetbrains config
This commit is contained in:
92
.idea/inspectionProfiles/Project_Default.xml
generated
Normal file
92
.idea/inspectionProfiles/Project_Default.xml
generated
Normal file
@@ -0,0 +1,92 @@
|
||||
<component name="InspectionProjectProfileManager">
|
||||
<profile version="1.0">
|
||||
<option name="myName" value="Project Default" />
|
||||
<inspection_tool class="DjangoUnresolvedUrlInspection" enabled="true" level="WEAK WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="HtmlUnknownTag" enabled="true" level="WARNING" enabled_by_default="true">
|
||||
<option name="myValues">
|
||||
<value>
|
||||
<list size="7">
|
||||
<item index="0" class="java.lang.String" itemvalue="nobr" />
|
||||
<item index="1" class="java.lang.String" itemvalue="noembed" />
|
||||
<item index="2" class="java.lang.String" itemvalue="comment" />
|
||||
<item index="3" class="java.lang.String" itemvalue="noscript" />
|
||||
<item index="4" class="java.lang.String" itemvalue="embed" />
|
||||
<item index="5" class="java.lang.String" itemvalue="script" />
|
||||
<item index="6" class="java.lang.String" itemvalue="form" />
|
||||
</list>
|
||||
</value>
|
||||
</option>
|
||||
<option name="myCustomValuesEnabled" value="true" />
|
||||
</inspection_tool>
|
||||
<inspection_tool class="PyAttributeOutsideInitInspection" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
|
||||
<inspection_tool class="PyCompatibilityInspection" enabled="true" level="WARNING" enabled_by_default="true">
|
||||
<option name="ourVersions">
|
||||
<value>
|
||||
<list size="6">
|
||||
<item index="0" class="java.lang.String" itemvalue="3.6" />
|
||||
<item index="1" class="java.lang.String" itemvalue="3.7" />
|
||||
<item index="2" class="java.lang.String" itemvalue="3.8" />
|
||||
<item index="3" class="java.lang.String" itemvalue="3.9" />
|
||||
<item index="4" class="java.lang.String" itemvalue="3.10" />
|
||||
<item index="5" class="java.lang.String" itemvalue="3.11" />
|
||||
</list>
|
||||
</value>
|
||||
</option>
|
||||
</inspection_tool>
|
||||
<inspection_tool class="PyPackageRequirementsInspection" enabled="true" level="WARNING" enabled_by_default="true">
|
||||
<option name="ignoredPackages">
|
||||
<value>
|
||||
<list size="3">
|
||||
<item index="0" class="java.lang.String" itemvalue="kivy_gradient" />
|
||||
<item index="1" class="java.lang.String" itemvalue="KivyGradient" />
|
||||
<item index="2" class="java.lang.String" itemvalue="PyInstaller" />
|
||||
</list>
|
||||
</value>
|
||||
</option>
|
||||
</inspection_tool>
|
||||
<inspection_tool class="PyPep8Inspection" enabled="true" level="WEAK WARNING" enabled_by_default="true">
|
||||
<option name="ignoredErrors">
|
||||
<list>
|
||||
<option value="E305" />
|
||||
<option value="E701" />
|
||||
<option value="E128" />
|
||||
<option value="E722" />
|
||||
<option value="E251" />
|
||||
<option value="E402" />
|
||||
</list>
|
||||
</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="N806" />
|
||||
<option value="N803" />
|
||||
</list>
|
||||
</option>
|
||||
</inspection_tool>
|
||||
<inspection_tool class="PyProtectedMemberInspection" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
|
||||
<inspection_tool class="PyUnresolvedReferencesInspection" enabled="true" level="WARNING" enabled_by_default="true">
|
||||
<option name="ignoredIdentifiers">
|
||||
<list>
|
||||
<option value="typing.TextIO.reconfigure" />
|
||||
<option value="proxyshop.gui.HoverBehavior.*" />
|
||||
<option value="proxyshop.layouts.BaseLayout.*" />
|
||||
<option value="proxyshop.templates.BaseTemplate.art_reference" />
|
||||
<option value="proxyshop.templates.StarterTemplate.*" />
|
||||
<option value="lib.card.Card.name_back" />
|
||||
<option value="lib.card.Card.path" />
|
||||
<option value="kivy.app.App.render_custom" />
|
||||
<option value="PyInstaller.__main__" />
|
||||
<option value="proxyshop.templates.BaseTemplate.template_file_name" />
|
||||
<option value="proxyshop.templates.BaseTemplate.template_suffix" />
|
||||
<option value="dict.__getitem__" />
|
||||
<option value="dict.items" />
|
||||
<option value="django.contrib.auth.models.User.is_mod" />
|
||||
<option value="django.contrib.auth.models.User.is_crew" />
|
||||
<option value="proxyshop.text_layers.FormattedText.flavor_text" />
|
||||
</list>
|
||||
</option>
|
||||
</inspection_tool>
|
||||
</profile>
|
||||
</component>
|
6
.idea/inspectionProfiles/profiles_settings.xml
generated
Normal file
6
.idea/inspectionProfiles/profiles_settings.xml
generated
Normal file
@@ -0,0 +1,6 @@
|
||||
<component name="InspectionProjectProfileManager">
|
||||
<settings>
|
||||
<option name="USE_PROJECT_PROFILE" value="false" />
|
||||
<version value="1.0" />
|
||||
</settings>
|
||||
</component>
|
Reference in New Issue
Block a user