aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pyrightconfig.json
Commit message (Collapse)AuthorAgeFilesLines
* chore(python): add basedpyright type-checkingLibravatar sommerfeld2026-05-131-0/+11
ruff (format + check) was already wired into fmt/check-fmt/lint. Add basedpyright as the type-checker for python so 'just lint' covers correctness too. Pyright config sets standard mode (lenient enough to not flood on stdlib edges) and excludes ipython_config.py whose 'c' is injected by IPython at config load time.