mirror of
https://github.com/Steffo99/unimore-bda-6.git
synced 2024-11-22 16:04:18 +00:00
12 lines
410 B
XML
12 lines
410 B
XML
|
<component name="InspectionProjectProfileManager">
|
||
|
<profile version="1.0">
|
||
|
<option name="myName" value="Project Default" />
|
||
|
<inspection_tool class="PyPep8NamingInspection" enabled="true" level="WEAK WARNING" enabled_by_default="true">
|
||
|
<option name="ignoredErrors">
|
||
|
<list>
|
||
|
<option value="N802" />
|
||
|
</list>
|
||
|
</option>
|
||
|
</inspection_tool>
|
||
|
</profile>
|
||
|
</component>
|