2024-05-17 22:01:37 -06:00
|
|
|
repos:
|
|
|
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
2025-02-02 11:11:44 -07:00
|
|
|
rev: v0.9.4
|
2024-05-17 22:01:37 -06:00
|
|
|
hooks:
|
|
|
|
- id: ruff
|
2024-05-17 22:07:20 -06:00
|
|
|
args: [ --fix, --select, I ]
|
2024-05-17 22:01:37 -06:00
|
|
|
- id: ruff-format
|
2024-05-17 22:13:36 -06:00
|
|
|
- repo: https://github.com/pre-commit/mirrors-mypy
|
2025-02-02 11:11:44 -07:00
|
|
|
rev: v1.14.1
|
2024-05-17 22:13:36 -06:00
|
|
|
hooks:
|
|
|
|
- id: mypy
|
2024-05-23 20:50:18 -06:00
|
|
|
additional_dependencies:
|
|
|
|
- alembic==1.13.1
|