aboutsummaryrefslogtreecommitdiff
path: root/updater/sql/.idea
diff options
context:
space:
mode:
Diffstat (limited to 'updater/sql/.idea')
-rwxr-xr-xupdater/sql/.idea/.gitignore8
-rwxr-xr-xupdater/sql/.idea/inspectionProfiles/Project_Default.xml13
-rwxr-xr-xupdater/sql/.idea/inspectionProfiles/profiles_settings.xml6
-rwxr-xr-xupdater/sql/.idea/misc.xml4
-rwxr-xr-xupdater/sql/.idea/modules.xml8
-rwxr-xr-xupdater/sql/.idea/pgsql.iml8
6 files changed, 47 insertions, 0 deletions
diff --git a/updater/sql/.idea/.gitignore b/updater/sql/.idea/.gitignore
new file mode 100755
index 0000000..13566b8
--- /dev/null
+++ b/updater/sql/.idea/.gitignore
@@ -0,0 +1,8 @@
+# Default ignored files
+/shelf/
+/workspace.xml
+# Editor-based HTTP Client requests
+/httpRequests/
+# Datasource local storage ignored files
+/dataSources/
+/dataSources.local.xml
diff --git a/updater/sql/.idea/inspectionProfiles/Project_Default.xml b/updater/sql/.idea/inspectionProfiles/Project_Default.xml
new file mode 100755
index 0000000..8252e57
--- /dev/null
+++ b/updater/sql/.idea/inspectionProfiles/Project_Default.xml
@@ -0,0 +1,13 @@
+<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="E501" />
+ </list>
+ </option>
+ </inspection_tool>
+ <inspection_tool class="SqlNoDataSourceInspection" enabled="false" level="WARNING" enabled_by_default="false" />
+ </profile>
+</component> \ No newline at end of file
diff --git a/updater/sql/.idea/inspectionProfiles/profiles_settings.xml b/updater/sql/.idea/inspectionProfiles/profiles_settings.xml
new file mode 100755
index 0000000..105ce2d
--- /dev/null
+++ b/updater/sql/.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
diff --git a/updater/sql/.idea/misc.xml b/updater/sql/.idea/misc.xml
new file mode 100755
index 0000000..a971a2c
--- /dev/null
+++ b/updater/sql/.idea/misc.xml
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+ <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.11" project-jdk-type="Python SDK" />
+</project> \ No newline at end of file
diff --git a/updater/sql/.idea/modules.xml b/updater/sql/.idea/modules.xml
new file mode 100755
index 0000000..dfb35d4
--- /dev/null
+++ b/updater/sql/.idea/modules.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+ <component name="ProjectModuleManager">
+ <modules>
+ <module fileurl="file://$PROJECT_DIR$/.idea/pgsql.iml" filepath="$PROJECT_DIR$/.idea/pgsql.iml" />
+ </modules>
+ </component>
+</project> \ No newline at end of file
diff --git a/updater/sql/.idea/pgsql.iml b/updater/sql/.idea/pgsql.iml
new file mode 100755
index 0000000..d0876a7
--- /dev/null
+++ b/updater/sql/.idea/pgsql.iml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<module type="PYTHON_MODULE" version="4">
+ <component name="NewModuleRootManager">
+ <content url="file://$MODULE_DIR$" />
+ <orderEntry type="inheritedJdk" />
+ <orderEntry type="sourceFolder" forTests="false" />
+ </component>
+</module> \ No newline at end of file