From 1598be6311e86a85016f719199c7a5447466ff18 Mon Sep 17 00:00:00 2001 From: GareArc Date: Sun, 18 May 2025 23:11:05 -0700 Subject: [PATCH] fix: reformat based on superlinter --- api/pyproject.toml | 2 +- docker/docker-compose-template.yaml | 2 +- web/themes/manual-dark.css | 2 +- web/themes/manual-light.css | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/api/pyproject.toml b/api/pyproject.toml index de0a5485e2..18fe5db1a6 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -197,4 +197,4 @@ vdb = [ "volcengine-compat~=1.0.0", "weaviate-client~=3.24.0", "xinference-client~=1.2.2", -] \ No newline at end of file +] diff --git a/docker/docker-compose-template.yaml b/docker/docker-compose-template.yaml index 3cf1ef4bc7..65fbd007e2 100644 --- a/docker/docker-compose-template.yaml +++ b/docker/docker-compose-template.yaml @@ -1,4 +1,4 @@ -x-shared-env: &shared-api-worker-env +x-shared-env: &shared-api-worker-env services: # API service api: diff --git a/web/themes/manual-dark.css b/web/themes/manual-dark.css index d8b53c7919..ed5f12bbc4 100644 --- a/web/themes/manual-dark.css +++ b/web/themes/manual-dark.css @@ -63,4 +63,4 @@ html[data-theme="dark"] { --color-premium-badge-border-highlight-color: #ffffff33; --color-price-enterprise-background: linear-gradient(180deg, rgba(185, 211, 234, 0.00) 0%, rgba(180, 209, 234, 0.92) 100%); --color-grid-mask-background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 0%, rgba(24, 24, 25, 0.1) 62.25%, rgba(24, 24, 25, 0.10) 100%); -} \ No newline at end of file +} diff --git a/web/themes/manual-light.css b/web/themes/manual-light.css index 6e1081a635..c20155036e 100644 --- a/web/themes/manual-light.css +++ b/web/themes/manual-light.css @@ -63,4 +63,4 @@ html[data-theme="light"] { --color-premium-badge-border-highlight-color: #fffffff2; --color-price-enterprise-background: linear-gradient(180deg, rgba(185, 211, 234, 0.00) 0%, rgba(180, 209, 234, 0.92) 100%); --color-grid-mask-background: linear-gradient(0deg, #FFF 0%, rgba(217, 217, 217, 0.10) 62.25%, rgba(217, 217, 217, 0.10) 100%); -} \ No newline at end of file +}