Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .astro/data-store.json

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions .astro/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"_variables": {
"lastUpdateCheck": 1737459393301
}
}
19 changes: 0 additions & 19 deletions .githooks/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -25,22 +25,3 @@ if [ $? -ne 0 ]; then
exit 1
fi

# Step 2: Run poetry linting tools
echo "Running poetry linting tools..."
if ! poetry run flake8 .; then
echo "flake8 failed. Aborting commit."
exit 1
fi

if ! poetry run black --check .; then
echo "black failed. Aborting commit."
exit 1
fi

if ! poetry run mypy .; then
echo "mypy failed. Aborting commit."
exit 1
fi

echo "Pre-commit checks passed!"
exit 0
Empty file modified .vscode/cspell.json
100755 → 100644
Empty file.
88 changes: 44 additions & 44 deletions .vscode/dictionaries/project-words.txt
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,44 +1,44 @@
argmax
argmin
astro
astrojs
astype
audiorec
audiorecorder
bincount
clsx
cmdk
datetime
dhaga
ensurepip
fontsource
frontmatter
getbuffer
GSTIN
heroicons
hookform
imread
imwrite
jsonify
kmeans
linalg
lucide
Organja
orgenja
Peina
prerender
Reddy
roboto
Rushi
shadcn
signup
sitemapindex
skimage
streamlit
tailwindcss
threadzip
Threazip
vaul
venv
waitlist
werkzeug
argmax
argmin
astro
astrojs
astype
audiorec
audiorecorder
bincount
clsx
cmdk
datetime
dhaga
ensurepip
fontsource
frontmatter
getbuffer
GSTIN
heroicons
hookform
imread
imwrite
jsonify
kmeans
linalg
lucide
Organja
orgenja
Peina
prerender
Reddy
roboto
Rushi
shadcn
signup
sitemapindex
skimage
streamlit
tailwindcss
threadzip
Threazip
vaul
venv
waitlist
werkzeug
22 changes: 11 additions & 11 deletions .vscode/dictionaries/team-member.txt
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
chebale
hitesh
keshav
malhar
omkar
parvez
soumyanil
xkeshav
aditya
vansh
vamil
chebale
hitesh
keshav
malhar
omkar
parvez
soumyanil
xkeshav
aditya
vansh
vamil
4 changes: 1 addition & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@
"[CODEOWNERS]": {
"editor.formatOnSave": false
},
"cSpell.words": [
"DUMMYUSER"
],
"cSpell.words": ["DUMMYUSER"],
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#e98cf9",
"activityBar.background": "#e98cf9",
Expand Down
110 changes: 55 additions & 55 deletions .vscode/tailwind.json
Original file line number Diff line number Diff line change
@@ -1,55 +1,55 @@
{
"version": 1.1,
"atDirectives": [
{
"name": "@tailwind",
"description": "Use the `@tailwind` directive to insert Tailwind's `base`, `components`, `utilities` and `screens` styles into your CSS.",
"references": [
{
"name": "Tailwind Documentation",
"url": "https://tailwindcss.com/docs/functions-and-directives#tailwind"
}
]
},
{
"name": "@apply",
"description": "Use the `@apply` directive to inline any existing utility classes into your own custom CSS. This is useful when you find a common utility pattern in your HTML that you’d like to extract to a new component.",
"references": [
{
"name": "Tailwind Documentation",
"url": "https://tailwindcss.com/docs/functions-and-directives#apply"
}
]
},
{
"name": "@responsive",
"description": "You can generate responsive variants of your own classes by wrapping their definitions in the `@responsive` directive:\n```css\n@responsive {\n .alert {\n background-color: #E53E3E;\n }\n}\n```\n",
"references": [
{
"name": "Tailwind Documentation",
"url": "https://tailwindcss.com/docs/functions-and-directives#responsive"
}
]
},
{
"name": "@screen",
"description": "The `@screen` directive allows you to create media queries that reference your breakpoints by **name** instead of duplicating their values in your own CSS:\n```css\n@screen sm {\n /* ... */\n}\n```\n…gets transformed into this:\n```css\n@media (min-width: 640px) {\n /* ... */\n}\n```\n",
"references": [
{
"name": "Tailwind Documentation",
"url": "https://tailwindcss.com/docs/functions-and-directives#screen"
}
]
},
{
"name": "@variants",
"description": "Generate `hover`, `focus`, `active` and other **variants** of your own utilities by wrapping their definitions in the `@variants` directive:\n```css\n@variants hover, focus {\n .btn-brand {\n background-color: #3182CE;\n }\n}\n```\n",
"references": [
{
"name": "Tailwind Documentation",
"url": "https://tailwindcss.com/docs/functions-and-directives#variants"
}
]
}
]
}
{
"version": 1.1,
"atDirectives": [
{
"name": "@tailwind",
"description": "Use the `@tailwind` directive to insert Tailwind's `base`, `components`, `utilities` and `screens` styles into your CSS.",
"references": [
{
"name": "Tailwind Documentation",
"url": "https://tailwindcss.com/docs/functions-and-directives#tailwind"
}
]
},
{
"name": "@apply",
"description": "Use the `@apply` directive to inline any existing utility classes into your own custom CSS. This is useful when you find a common utility pattern in your HTML that you’d like to extract to a new component.",
"references": [
{
"name": "Tailwind Documentation",
"url": "https://tailwindcss.com/docs/functions-and-directives#apply"
}
]
},
{
"name": "@responsive",
"description": "You can generate responsive variants of your own classes by wrapping their definitions in the `@responsive` directive:\n```css\n@responsive {\n .alert {\n background-color: #E53E3E;\n }\n}\n```\n",
"references": [
{
"name": "Tailwind Documentation",
"url": "https://tailwindcss.com/docs/functions-and-directives#responsive"
}
]
},
{
"name": "@screen",
"description": "The `@screen` directive allows you to create media queries that reference your breakpoints by **name** instead of duplicating their values in your own CSS:\n```css\n@screen sm {\n /* ... */\n}\n```\n…gets transformed into this:\n```css\n@media (min-width: 640px) {\n /* ... */\n}\n```\n",
"references": [
{
"name": "Tailwind Documentation",
"url": "https://tailwindcss.com/docs/functions-and-directives#screen"
}
]
},
{
"name": "@variants",
"description": "Generate `hover`, `focus`, `active` and other **variants** of your own utilities by wrapping their definitions in the `@variants` directive:\n```css\n@variants hover, focus {\n .btn-brand {\n background-color: #3182CE;\n }\n}\n```\n",
"references": [
{
"name": "Tailwind Documentation",
"url": "https://tailwindcss.com/docs/functions-and-directives#variants"
}
]
}
]
}
Loading