From 6b3be33e9f54fedaa2cd3daef8b98a42b883a227 Mon Sep 17 00:00:00 2001 From: SUBHANKAR DHAR Date: Tue, 16 Jun 2026 15:43:43 +0530 Subject: [PATCH] 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 --- update_furnitex_info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_furnitex_info.py b/update_furnitex_info.py index 44820139..4adef177 100644 --- a/update_furnitex_info.py +++ b/update_furnitex_info.py @@ -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():