Bootstrap pyro_mcp v0.0.1 with MCP static tool and Ollama demo

This commit is contained in:
Thales Maciel 2026-03-05 15:41:57 -03:00
commit 11d6f4bcb4
18 changed files with 1945 additions and 0 deletions

18
.pre-commit-config.yaml Normal file
View file

@ -0,0 +1,18 @@
repos:
- repo: local
hooks:
- id: ruff-check
name: ruff-check
entry: uv run ruff check .
language: system
pass_filenames: false
- id: mypy
name: mypy
entry: uv run mypy
language: system
pass_filenames: false
- id: pytest
name: pytest
entry: uv run pytest
language: system
pass_filenames: false