DeepBoner / .pre-commit-config.yaml
VibecoderMcSwaggins's picture
feat(SPEC-16): Unified Chat Client Architecture (#115)
cd7c282 unverified
raw
history blame
583 Bytes
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
- agent-framework-core>=1.0.0b251120
args: [--ignore-missing-imports]