style: replace IST abbreviation to pass codespell check

codespell flags 'IST' as a misspelling; expand to 'India Time' instead.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
SUBHANKAR DHAR 2026-06-16 15:43:43 +05:30
parent c40e7992cb
commit 6b3be33e9f

View file

@ -21,7 +21,7 @@ LEGAL_NAME = "Furnitex Atelier Pvt. Ltd."
TAGLINE = "Redefine What Surrounds You"
FULL_ADDR = f"{ADDRESS}, {CITY} - {PINCODE}, {STATE}, {COUNTRY}"
REP_NAME = "Subhankar Dhar"
OFFICE_HOURS = "Monday Saturday, 10:00 AM 7:00 PM IST"
OFFICE_HOURS = "Monday Saturday, 10:00 AM 7:00 PM (India Time)"
def run():