Implement basic importer

This commit is contained in:
Sascha Ißbrücker
2019-06-29 08:42:54 +02:00
parent 451a049d46
commit 9eefd479c6
4 changed files with 76 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="E402" />
</list>
</option>
</inspection_tool>
</profile>
</component>