kopia lustrzana https://github.com/corrscope/corrscope
Update metadata files (pycharm style, .gitignore qt creator)
rodzic
f4add75049
commit
c9a57f84d2
|
@ -164,3 +164,12 @@ fabric.properties
|
|||
*.ipynb
|
||||
.directory
|
||||
*.orig
|
||||
|
||||
.idea/mypy.xml
|
||||
*.kdev4
|
||||
# Qt Creator
|
||||
build-*
|
||||
|
||||
# Nuitka
|
||||
*.bin
|
||||
*.build/
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<component name="ProjectCodeStyleConfiguration">
|
||||
<code_scheme name="Project" version="173">
|
||||
<option name="LINE_SEPARATOR" value=" " />
|
||||
<option name="RIGHT_MARGIN" value="88" />
|
||||
</code_scheme>
|
||||
</component>
|
|
@ -1,5 +1,6 @@
|
|||
<component name="ProjectCodeStyleConfiguration">
|
||||
<state>
|
||||
<option name="USE_PER_PROJECT_SETTINGS" value="true" />
|
||||
<option name="PREFERRED_PROJECT_CODE_STYLE" value="Default" />
|
||||
</state>
|
||||
</component>
|
|
@ -2,6 +2,7 @@
|
|||
<profile version="1.0">
|
||||
<option name="myName" value="Project Default" />
|
||||
<inspection_tool class="InconsistentLineSeparators" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="Mypy" enabled="true" level="WEAK WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="PyPackageRequirementsInspection" enabled="true" level="WARNING" enabled_by_default="true">
|
||||
<option name="ignoredPackages">
|
||||
<value>
|
||||
|
|
|
@ -4,7 +4,9 @@
|
|||
<content url="file://$MODULE_DIR$">
|
||||
<excludeFolder url="file://$MODULE_DIR$/.hypothesis" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/.ipynb_checkpoints" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/.mypy_cache" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/.pytest_cache" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/ovgenpy.build" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/ovgenpy.egg-info" />
|
||||
</content>
|
||||
<orderEntry type="jdk" jdkName="Python 3.6 (ovgenpy)" jdkType="Python SDK" />
|
||||
|
|
Ładowanie…
Reference in New Issue