feat(dev): Install and configure mypy
This commit is contained in:
@@ -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]
|
||||
|
Reference in New Issue
Block a user