Bernd Wurst commited on 2024-02-14 13:29:24
Zeige 8 geänderte Dateien mit 60 Einfügungen und 0 Löschungen.
... | ... |
@@ -0,0 +1,12 @@ |
1 |
+<?xml version="1.0" encoding="UTF-8"?> |
|
2 |
+<module type="PYTHON_MODULE" version="4"> |
|
3 |
+ <component name="NewModuleRootManager"> |
|
4 |
+ <content url="file://$MODULE_DIR$"> |
|
5 |
+ <sourceFolder url="file://$MODULE_DIR$/Invoice" isTestSource="false" /> |
|
6 |
+ <sourceFolder url="file://$MODULE_DIR$/lib/python" isTestSource="false" /> |
|
7 |
+ <sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" /> |
|
8 |
+ </content> |
|
9 |
+ <orderEntry type="inheritedJdk" /> |
|
10 |
+ <orderEntry type="sourceFolder" forTests="false" /> |
|
11 |
+ </component> |
|
12 |
+</module> |
|
0 | 13 |
\ No newline at end of file |
... | ... |
@@ -0,0 +1,16 @@ |
1 |
+<component name="InspectionProjectProfileManager"> |
|
2 |
+ <profile version="1.0"> |
|
3 |
+ <option name="myName" value="Project Default" /> |
|
4 |
+ <inspection_tool class="PyUnresolvedReferencesInspection" enabled="true" level="WARNING" enabled_by_default="true"> |
|
5 |
+ <option name="ignoredIdentifiers"> |
|
6 |
+ <list> |
|
7 |
+ <option value="emit" /> |
|
8 |
+ <option value="connect" /> |
|
9 |
+ <option value="PyQt5.QtCore.QEvent.MouseButtonPress" /> |
|
10 |
+ <option value="PyQt5.QtCore.Qt.Window" /> |
|
11 |
+ <option value="PyQt5.QtCore.Qt.FramelessWindowHint" /> |
|
12 |
+ </list> |
|
13 |
+ </option> |
|
14 |
+ </inspection_tool> |
|
15 |
+ </profile> |
|
16 |
+</component> |
|
0 | 17 |
\ No newline at end of file |
... | ... |
@@ -0,0 +1,7 @@ |
1 |
+<?xml version="1.0" encoding="UTF-8"?> |
|
2 |
+<project version="4"> |
|
3 |
+ <component name="Black"> |
|
4 |
+ <option name="sdkName" value="Python 3.10" /> |
|
5 |
+ </component> |
|
6 |
+ <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.10" project-jdk-type="Python SDK" /> |
|
7 |
+</project> |
|
0 | 8 |
\ No newline at end of file |
... | ... |
@@ -0,0 +1,8 @@ |
1 |
+<?xml version="1.0" encoding="UTF-8"?> |
|
2 |
+<project version="4"> |
|
3 |
+ <component name="ProjectModuleManager"> |
|
4 |
+ <modules> |
|
5 |
+ <module fileurl="file://$PROJECT_DIR$/.idea/Invoice.iml" filepath="$PROJECT_DIR$/.idea/Invoice.iml" /> |
|
6 |
+ </modules> |
|
7 |
+ </component> |
|
8 |
+</project> |
|
0 | 9 |
\ No newline at end of file |
... | ... |
@@ -0,0 +1,7 @@ |
1 |
+<?xml version="1.0" encoding="UTF-8"?> |
|
2 |
+<project version="4"> |
|
3 |
+ <component name="VcsDirectoryMappings"> |
|
4 |
+ <mapping directory="" vcs="Git" /> |
|
5 |
+ <mapping directory="$PROJECT_DIR$/external/python-drafthorse" vcs="Git" /> |
|
6 |
+ </component> |
|
7 |
+</project> |
|
0 | 8 |
\ No newline at end of file |
1 | 9 |