diff options
Diffstat (limited to '.idea/quickScan.iml')
| -rw-r--r-- | .idea/quickScan.iml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.idea/quickScan.iml b/.idea/quickScan.iml new file mode 100644 index 0000000..d1bb9af --- /dev/null +++ b/.idea/quickScan.iml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<module type="PYTHON_MODULE" version="4">
+ <component name="NewModuleRootManager">
+ <content url="file://$MODULE_DIR$" />
+ <orderEntry type="jdk" jdkName="Python 3.7" jdkType="Python SDK" />
+ <orderEntry type="sourceFolder" forTests="false" />
+ </component>
+ <component name="PyDocumentationSettings">
+ <option name="format" value="PLAIN" />
+ <option name="myDocStringFormat" value="Plain" />
+ </component>
+ <component name="TestRunnerService">
+ <option name="PROJECT_TEST_RUNNER" value="pytest" />
+ </component>
+</module>
\ No newline at end of file |
