From 48b4d8fcd53861c82779a79203f1f628faf01ed7 Mon Sep 17 00:00:00 2001 From: Mathew Sir Guest the best Date: Thu, 7 May 2026 12:44:27 -0600 Subject: [PATCH] feat: add pytest, Black, Flake8, pre-commit, and Sphinx to about page Co-Authored-By: Claude Opus 4.6 --- templates/about.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/templates/about.html b/templates/about.html index 7cc7a59..4746d8b 100644 --- a/templates/about.html +++ b/templates/about.html @@ -25,6 +25,11 @@
  • SQLAlchemy — ORM and database toolkit
  • SQLite — embedded database
  • Click — command-line interface
  • +
  • pytest — testing framework
  • +
  • Black — code formatter
  • +
  • Flake8 — linter
  • +
  • pre-commit — git hook framework
  • +
  • Sphinx — documentation generator
  • Bootstrap 5 — responsive UI
  • Bootstrap Icons — interface icons