2025-05-19 03:32:23 +00:00
|
|
|
repos:
|
2026-04-23 09:38:34 +00:00
|
|
|
- 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
|