From 0186ecf81c548fe873621dde5e9487d697a67587 Mon Sep 17 00:00:00 2001 From: owenpearson Date: Thu, 4 Dec 2025 15:05:56 +0000 Subject: [PATCH] add claude.md --- CLAUDE.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 CLAUDE.md diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 00000000..8e89c1cd --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1,2 @@ +- after making any code changes, run `uv ruff check` to make sure linting passes +- use `uv` to run any other necessary tasks such as `pytest`