ec8a920b9f
This commit adds IntelliJ IDEA-specific configuration files for the project, including module setup, version control integration, inspection profiles, and workspace settings. These files facilitate development environment configuration for contributors using IntelliJ IDEA.
12 lines
424 B
XML
12 lines
424 B
XML
<component name="InspectionProjectProfileManager">
|
|
<profile version="1.0">
|
|
<option name="myName" value="Project Default" />
|
|
<inspection_tool class="PyUnresolvedReferencesInspection" enabled="true" level="WARNING" enabled_by_default="true">
|
|
<option name="ignoredIdentifiers">
|
|
<list>
|
|
<option value="object.*" />
|
|
</list>
|
|
</option>
|
|
</inspection_tool>
|
|
</profile>
|
|
</component> |