blumeops/mise.toml
Erich Blume 99480ce4f3 Miniflux 2.2.19 upgrade, container.py migration, ty typechecker, mise version tracking
- Upgrade miniflux from 2.2.17 to 2.2.19 (SSRF hardening, performance)
- Migrate miniflux from Dockerfile to native Dagger container.py build
- Refactor alpine_runtime() with create_user param for existing users
- Add ty Python typechecker to prek hooks with Dagger SDK config
- Pin all mise.toml tool versions (no more "latest")
- Add type: mise to service-versions.yaml for development tool tracking
- Add mise-specific review guidance to service-review script and docs

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-12 08:22:57 -07:00

6 lines
176 B
TOML

[tools]
"pipx:ansible-core" = { version = "2.20.1", uvx = "true", uvx_args = "--with botocore --with boto3" }
prek = "0.3.4"
pulumi = "3.215.0"
dagger = "0.20.1"
ty = "0.0.29"