mcp-server-llmling

by phil65
Verified
default_language_version: python: python3.12 default_stages: [pre-commit] repos: - repo: local hooks: - id: pytest-check name: pytest-check entry: uv run pytest -n auto language: system # stages: [push] types: [python] pass_filenames: false always_run: true - repo: https://github.com/pre-commit/pre-commit-hooks # https://pre-commit.com/hooks.html rev: v5.0.0 hooks: - id: check-added-large-files - id: check-case-conflict - id: check-merge-conflict - id: check-toml - id: check-json - id: check-xml - id: check-yaml args: [--allow-multiple-documents, --unsafe] - id: debug-statements - id: detect-private-key - repo: https://github.com/pre-commit/mirrors-mypy rev: v1.15.0 hooks: - id: mypy additional_dependencies: [orjson, pydantic] - repo: https://github.com/charliermarsh/ruff-pre-commit rev: v0.9.7 hooks: - id: ruff - id: ruff-format - repo: https://github.com/commitizen-tools/commitizen rev: v4.2.2 hooks: - id: commitizen stages: [commit-msg] additional_dependencies: [typing-extensions]