Remove unused attribute, update Vulture allow list for Heat Map
All checks were successful
CI / test (push) Successful in 3m10s
Lint / test (push) Successful in 15s
Trivy / test (push) Successful in 20s

This commit is contained in:
Miguel Jacq 2025-11-15 12:34:42 +11:00
parent 22901d0e51
commit 741d2cc79e
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9
2 changed files with 4 additions and 4 deletions

View file

@ -33,9 +33,6 @@ class MarkdownEditor(QTextEdit):
self.theme_manager = theme_manager
# Track hyperlink under click
self._clicked_link: str | None = None
# Setup tab width
tab_w = 4 * self.fontMetrics().horizontalAdvance(" ")
self.setTabStopDistance(tab_w)