diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml
index ace3249f..164c425a 100644
--- a/.idea/inspectionProfiles/Project_Default.xml
+++ b/.idea/inspectionProfiles/Project_Default.xml
@@ -7,4 +7,4 @@
-
\ No newline at end of file
+
diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml
index 105ce2da..cc5462da 100644
--- a/.idea/inspectionProfiles/profiles_settings.xml
+++ b/.idea/inspectionProfiles/profiles_settings.xml
@@ -3,4 +3,4 @@
-
\ No newline at end of file
+
diff --git a/.idea/modules.xml b/.idea/modules.xml
index 4765f6b6..fa39c0db 100644
--- a/.idea/modules.xml
+++ b/.idea/modules.xml
@@ -5,4 +5,4 @@
-
\ No newline at end of file
+
diff --git a/TODO-VENDOR-SECTION b/TODO-VENDOR-SECTION
index 686040d1..d1251648 100644
--- a/TODO-VENDOR-SECTION
+++ b/TODO-VENDOR-SECTION
@@ -120,4 +120,4 @@
won't be supported unlike CMS pages where he can create pretty much anything - btw let s make a note that number of pages should be defined in tiers)
3/ custom domain setup: admin should be contacted to setup. same for SSL. custom emails. (this should be readonly for now)
4/ API keys: stripe keys should be there
-5/ sections in settings page are not displayed properly: general , localization etc take 2/3 of the screen size
\ No newline at end of file
+5/ sections in settings page are not displayed properly: general , localization etc take 2/3 of the screen size
diff --git a/alembic/README b/alembic/README
index 98e4f9c4..2500aa1b 100644
--- a/alembic/README
+++ b/alembic/README
@@ -1 +1 @@
-Generic single-database configuration.
\ No newline at end of file
+Generic single-database configuration.
diff --git a/app/modules/billing/schemas/subscription.py b/app/modules/billing/schemas/subscription.py
index 017cb716..66baef3e 100644
--- a/app/modules/billing/schemas/subscription.py
+++ b/app/modules/billing/schemas/subscription.py
@@ -217,5 +217,3 @@ class MerchantPortalInvoiceListResponse(BaseModel):
total: int
skip: int
limit: int
-
-
diff --git a/app/modules/core/static/admin/js/dashboard.js b/app/modules/core/static/admin/js/dashboard.js
index 986402a1..62102205 100644
--- a/app/modules/core/static/admin/js/dashboard.js
+++ b/app/modules/core/static/admin/js/dashboard.js
@@ -191,4 +191,4 @@ function adminDashboard() {
};
}
-dashLog.info('Dashboard module loaded');
\ No newline at end of file
+dashLog.info('Dashboard module loaded');
diff --git a/app/modules/core/static/store/js/dashboard.js b/app/modules/core/static/store/js/dashboard.js
index 0841d55c..9be05cbc 100644
--- a/app/modules/core/static/store/js/dashboard.js
+++ b/app/modules/core/static/store/js/dashboard.js
@@ -126,4 +126,4 @@ function storeDashboard() {
});
}
};
-}
\ No newline at end of file
+}
diff --git a/app/modules/customers/schemas/customer.py b/app/modules/customers/schemas/customer.py
index f0c499c2..1a694377 100644
--- a/app/modules/customers/schemas/customer.py
+++ b/app/modules/customers/schemas/customer.py
@@ -337,4 +337,3 @@ class AdminCustomerListResponse(BaseModel):
class AdminCustomerDetailResponse(AdminCustomerItem):
"""Detailed customer response for admin."""
-
diff --git a/app/modules/dev_tools/static/admin/js/components.js b/app/modules/dev_tools/static/admin/js/components.js
index 2150e54a..cbc7e2ad 100644
--- a/app/modules/dev_tools/static/admin/js/components.js
+++ b/app/modules/dev_tools/static/admin/js/components.js
@@ -712,4 +712,4 @@ function adminComponents() {
};
}
-componentsLog.info('Components module loaded');
\ No newline at end of file
+componentsLog.info('Components module loaded');
diff --git a/app/modules/dev_tools/static/admin/js/icons-page.js b/app/modules/dev_tools/static/admin/js/icons-page.js
index 0418c1e7..df611a48 100644
--- a/app/modules/dev_tools/static/admin/js/icons-page.js
+++ b/app/modules/dev_tools/static/admin/js/icons-page.js
@@ -219,4 +219,4 @@ function adminIcons() {
};
}
-iconsLog.info('Icons page module loaded');
\ No newline at end of file
+iconsLog.info('Icons page module loaded');
diff --git a/app/modules/dev_tools/static/admin/js/testing-hub.js b/app/modules/dev_tools/static/admin/js/testing-hub.js
index 99e16c37..80919a69 100644
--- a/app/modules/dev_tools/static/admin/js/testing-hub.js
+++ b/app/modules/dev_tools/static/admin/js/testing-hub.js
@@ -122,4 +122,4 @@ function adminTestingHub() {
};
}
-testingLog.info('Testing hub module loaded');
\ No newline at end of file
+testingLog.info('Testing hub module loaded');
diff --git a/app/modules/monitoring/static/admin/js/monitoring.js b/app/modules/monitoring/static/admin/js/monitoring.js
index a974542d..0c6b3a75 100644
--- a/app/modules/monitoring/static/admin/js/monitoring.js
+++ b/app/modules/monitoring/static/admin/js/monitoring.js
@@ -1 +1 @@
-// System monitoring
+// System monitoring
diff --git a/app/modules/orders/tests/unit/test_order_model.py b/app/modules/orders/tests/unit/test_order_model.py
index a54b6a0a..02f1198e 100644
--- a/app/modules/orders/tests/unit/test_order_model.py
+++ b/app/modules/orders/tests/unit/test_order_model.py
@@ -253,4 +253,3 @@ class TestOrderItemModel:
assert item1.order_id == item2.order_id
assert item1.id != item2.id
assert item1.product_id == item2.product_id # Same product, different items
-
diff --git a/app/templates/shared/404-fallback.html b/app/templates/shared/404-fallback.html
index 2ed8cbc4..c3019c70 100644
--- a/app/templates/shared/404-fallback.html
+++ b/app/templates/shared/404-fallback.html
@@ -73,4 +73,4 @@