summary refs log tree commit diff stats
path: root/.idea/inspectionProfiles
diff options
context:
space:
mode:
authormounderfod <mounderfod@gmail.com>2023-07-19 14:40:29 +0200
committermounderfod <mounderfod@gmail.com>2023-07-19 14:40:29 +0200
commit328f2998b27ef189dac893d081d3626854fc20d4 (patch)
tree921f13ceb69f5bdadc9645326b2b924167be08f9 /.idea/inspectionProfiles
downloadgopherhole-328f2998b27ef189dac893d081d3626854fc20d4.tar.gz
Initial commit
Diffstat (limited to '.idea/inspectionProfiles')
-rw-r--r--.idea/inspectionProfiles/Project_Default.xml12
-rw-r--r--.idea/inspectionProfiles/profiles_settings.xml6
2 files changed, 18 insertions, 0 deletions
diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml
new file mode 100644
index 0000000..d4a00d6
--- /dev/null
+++ b/.idea/inspectionProfiles/Project_Default.xml
@@ -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>
\ No newline at end of file
diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml
new file mode 100644
index 0000000..105ce2d
--- /dev/null
+++ b/.idea/inspectionProfiles/profiles_settings.xml
@@ -0,0 +1,6 @@
+<component name="InspectionProjectProfileManager">
+  <settings>
+    <option name="USE_PROJECT_PROFILE" value="false" />
+    <version value="1.0" />
+  </settings>
+</component>
\ No newline at end of file