Rememberizer MCP Server

default_stages: [commit] repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.5.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: check-json - id: check-toml - id: check-xml - id: debug-statements - id: check-builtin-literals - id: check-case-conflict - id: check-docstring-first - id: detect-private-key exclude: .cert/ - repo: https://github.com/asottile/pyupgrade rev: v3.15.0 hooks: - id: pyupgrade args: [--py311-plus] - repo: https://github.com/psf/black rev: 24.10.0 hooks: - id: black language_version: python3 - repo: https://github.com/PyCQA/isort rev: 5.13.2 hooks: - id: isort language_version: python3 - repo: https://github.com/PyCQA/flake8 rev: 6.1.0 hooks: - id: flake8 args: [--max-line-length=120]