{
  "hooks": {
    "PreCommit": [
      {
        "matcher": "",
        "hooks": [
          {
            "type": "command",
            "command": "python -m pytest --tb=short -q && ruff check src/"
          }
        ]
      }
    ]
  }
}
