feat(dev): Install and configure mypy

This commit is contained in:
2025-09-03 12:37:17 +02:00
parent 33d5dd27bf
commit 6af1ad44fb
3 changed files with 45 additions and 0 deletions

View File

@@ -46,3 +46,10 @@ repos:
language: system
require_serial: true
types_or: [python]
- id: mypy
name: mypy
entry: uv run mypy
args: [--strict]
language: system
require_serial: true
types_or: [python, pyi]