teufa/.pre-commit-config.yaml
Brian Rosner c06f3cf267
Some checks failed
CI / Static Analysis (pre-commit) (push) Successful in 1m9s
CI / Tests (push) Successful in 1m2s
CI / Build and push image (push) Failing after 56s
feature/ensure-alembic-mypy-version-matches (#4)
Reviewed-on: http://brosner.dev/brosner/teufa/pulls/4
2025-05-26 02:19:08 +00:00

14 lines
326 B
YAML

repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.4
hooks:
- id: ruff
args: [ --fix, --select, I ]
- id: ruff-format
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.14.1
hooks:
- id: mypy
additional_dependencies:
- alembic==1.16.1