Initial version

This commit is contained in:
Senad Uka
2023-04-28 19:11:46 +02:00
parent 3926104e60
commit 75b032012f
30 changed files with 1904 additions and 0 deletions

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="WEAK WARNING" enabled_by_default="true">
<option name="ignoredErrors">
<list>
<option value="E302" />
</list>
</option>
</inspection_tool>
</profile>
</component>