Feature/repo cleanup #20

Merged
Richie merged 3 commits from feature/repo-cleanup into main 2026-06-13 22:17:01 -04:00
2 changed files with 0 additions and 13 deletions
Showing only changes of commit b0a2ebc052 - Show all commits
-12
View File
@@ -1,12 +0,0 @@
## Dev environment tips
- use treefmt to format all files
- make python code ruff compliant
- use pytest to test python code
- always use the minimum amount of complexity
- if judgment calls are easy to reverse make them. if not ask me first
- Match existing code style.
- Use builtin helpers getenv() over os.environ.get.
- Prefer single-purpose functions over “do everything” helpers.
- Avoid compatibility branches like PG_USER and POSTGRESQL_URL unless requested.
- Keep helpers only if reused or they simplify the code otherwise inline.
File diff suppressed because one or more lines are too long