Hacker News new | ask | show | jobs
by quickthrower2 970 days ago
Sounds good. Do you do type checking? DB?
1 comments

Yes, using mypy and planning to check out Ruff instead. PostgreSQL for prod DB, SQLite for local dev.
mypy and ruff are complementary, and as far as I know have no overlap. Strongly recommend using both.