1
Fork 0
mirror of https://github.com/Steffo99/io-beep-boop.git synced 2024-11-23 00:44:18 +00:00
io-beep-boop/.idea/inspectionProfiles/Project_Default.xml

19 lines
659 B
XML
Raw Normal View History

2022-04-28 03:05:05 +00:00
<component name="InspectionProjectProfileManager">
<profile version="1.0">
<option name="myName" value="Project Default" />
<inspection_tool class="PyPep8Inspection" enabled="true" level="WEAK WARNING" enabled_by_default="true">
<option name="ignoredErrors">
<list>
<option value="E501" />
</list>
</option>
</inspection_tool>
<inspection_tool class="PyPep8NamingInspection" enabled="true" level="WEAK WARNING" enabled_by_default="true">
<option name="ignoredErrors">
<list>
<option value="N812" />
</list>
</option>
</inspection_tool>
</profile>
</component>