Improve Notion ingest UX

This commit is contained in:
Andrey Avtomonov 2026-05-12 16:21:05 +02:00
parent d0f650f44a
commit 9a9e40939a
20 changed files with 615 additions and 279 deletions

View file

@ -33,14 +33,6 @@ repos:
name: ruff format (python)
files: ^python/
- repo: local
hooks:
- id: ktx-package-checks
name: ktx package checks
entry: node scripts/precommit-check.mjs
language: system
files: ^(packages/|scripts/|python/|package\.json$|pnpm-lock\.yaml$|pnpm-workspace\.yaml$|release-policy\.json$|tsconfig\.base\.json$|pyproject\.toml$|uv\.lock$|uv\.toml$)
- repo: https://github.com/Yelp/detect-secrets
rev: v1.5.0
hooks: