From 5a1e78b311f6710a81e2ce32febb5a1eb24034b6 Mon Sep 17 00:00:00 2001 From: Corbin Crutchley Date: Sat, 11 Apr 2026 04:58:15 -0700 Subject: [PATCH] chore: update docs --- README.md | 10 ++++++++++ TODO.md | 2 ++ 2 files changed, 12 insertions(+) diff --git a/README.md b/README.md index 5281c0a..c063268 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ +# Template Features + +- UV for Python dependency management +- MyPy for static type checking +- Ruff for linting and formatting +- Bazel monorepo for cached Python apps and packages builds and tests +- MyPyC for compiling Python code to C for improved performance +- GIL-free Python code for better concurrency +- PyTest for testing + # Install - Install Bazelisk: https://github.com/bazelbuild/bazelisk?tab=readme-ov-file#installation diff --git a/TODO.md b/TODO.md index b83cf87..d1f3cbc 100644 --- a/TODO.md +++ b/TODO.md @@ -1,3 +1,5 @@ +- [ ] Add React + Vite + PNPM FE monorepo infra + - [ ] Add Bazel support - [ ] Add Sentry - [ ] Add Vulture dead code analysis - [ ] Add Autofix CI \ No newline at end of file -- 2.51.2