Skip to content

Commit 791aa42

Browse files
fix(jmap): replace deprecated pytz with stdlib zoneinfo in jscal_to_ical
Apply suggestions from code review
1 parent 206360c commit 791aa42

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ ignore = ["DEP002"] # Test dependencies (pytest, coverage, etc.) are not import
102102

103103
[tool.deptry.per_rule_ignores]
104104
DEP001 = ["conf", "h2"] # conf: Local test config, h2: Optional HTTP/2 support
105-
DEP003 = ["pytz"] # Optional timezone library; imported inside try/except with graceful fallback
106105

107106
[tool.ruff]
108107
line-length = 100

0 commit comments

Comments
 (0)