1
Fork 0
mirror of https://github.com/Steffo99/unimore-bda-6.git synced 2024-11-22 16:04:18 +00:00
bda-6-steffo/.idea/inspectionProfiles/Project_Default.xml

26 lines
1,015 B
XML
Raw Normal View History

2023-02-01 03:20:09 +00:00
<component name="InspectionProjectProfileManager">
<profile version="1.0">
<option name="myName" value="Project Default" />
2023-02-01 15:03:41 +00:00
<inspection_tool class="PyPep8Inspection" enabled="true" level="WEAK WARNING" enabled_by_default="true">
<option name="ignoredErrors">
<list>
<option value="E124" />
2023-02-03 01:10:00 +00:00
<option value="E501" />
<option value="E221" />
2023-02-01 15:03:41 +00:00
</list>
</option>
</inspection_tool>
2023-02-01 03:20:09 +00:00
<inspection_tool class="PyPep8NamingInspection" enabled="true" level="WEAK WARNING" enabled_by_default="true">
<option name="ignoredErrors">
<list>
<option value="N802" />
</list>
</option>
</inspection_tool>
2023-02-03 02:24:23 +00:00
<inspection_tool class="SpellCheckingInspection" enabled="false" level="TYPO" enabled_by_default="false">
<option name="processCode" value="true" />
<option name="processLiterals" value="true" />
<option name="processComments" value="true" />
</inspection_tool>
2023-02-01 03:20:09 +00:00
</profile>
</component>