Y
Hacker News
new
|
ask
|
show
|
jobs
by
quickthrower2
970 days ago
Sounds good. Do you do type checking? DB?
1 comments
FlyingSnake
970 days ago
Yes, using mypy and planning to check out Ruff instead. PostgreSQL for prod DB, SQLite for local dev.
link
diarrhea
970 days ago
mypy and ruff are complementary, and as far as I know have no overlap. Strongly recommend using both.
link