This commit is contained in:
2026-09-19 18:14:22 +08:00
parent bcad576e90
commit b1081d37a9
12 changed files with 66 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
<component name="InspectionProjectProfileManager">
<profile version="1.0">
<option name="myName" value="Project Default" />
<inspection_tool class="PyPep8Inspection" enabled="true" level="INFORMATION" enabled_by_default="true">
<option name="ignoredErrors">
<list>
<option value="E116" />
</list>
</option>
</inspection_tool>
</profile>
</component>