Grzegorz Śliwiński
fizyk.dev
Grzegorz Śliwiński
@fizyk.dev
Not exactly pythonic, but on previous project with Django I had a bit similar issue with redshift backend lacking behind in Django support.
Settled on using github.com/golang-migra...
Figured that I'd probably settle on raw SQL migrations there anyway, so why write a system from scratch.
GitHub - golang-migrate/migrate: Database migrations. CLI and Golang library.
Database migrations. CLI and Golang library. Contribute to golang-migrate/migrate development by creating an account on GitHub.
github.com
October 1, 2025 at 10:21 PM
If it's loud, in shared workspace and not in kitchen, dining or rest area, then everyone is welcomed to join in. Chime in and derail the conversation ;).
September 17, 2025 at 7:58 AM
If no pre-commit plugin exists, I essentially hook the given command as a system-type local hook.
August 19, 2025 at 2:40 PM
I've seen people seeing pre-commit first time who were pleasantly surprised by it.

For me, pre-commit took over a linter entry point, running linters, formatters, type-checkers for Python, Go, restructured text documentation, Terraform, and others.
August 19, 2025 at 2:40 PM