codeflash/.pre-commit-config.yaml

16 lines
353 B
YAML
Raw Permalink Normal View History

2025-05-19 03:32:23 +00:00
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.15.8
hooks:
- id: ruff-check
- id: ruff-format
- repo: local
hooks:
- id: mypy
name: mypy
entry: uv run mypy --non-interactive --config-file pyproject.toml
language: system
types: [python]
require_serial: true