DeepBoner / .pre-commit-config.yaml
VibecoderMcSwaggins's picture
fix: align pre-commit hook versions with CI
4b245e3
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.14.7
hooks:
- id: ruff
args: [--fix]
exclude: ^reference_repos/
- id: ruff-format
exclude: ^reference_repos/
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.19.0
hooks:
- id: mypy
files: ^src/
additional_dependencies:
- pydantic>=2.7
- pydantic-settings>=2.2
- tenacity>=8.2
- pydantic-ai>=0.0.16
args: [--ignore-missing-imports]