jw-pkg/conf/project/pyrightconfig-base.json
Jan Lindemann 8c5c98c95a
py-topdir.mk: Use pyright

py-topdir.mk: Use ruff and yapf

- Use pyright for the target py-check-syntax

- Generate a $(TOPDIR)/pyrightconfig.json for that

- Add pyrightconfig-base.json because it's used by pyrightconfig.json
- Add python3-pyright to pkg.requires.release, anticipating the use of the py-syntax-check target by CI
Signed-off-by: Jan Lindemann <jan@janware.com>
2026-05-31 18:20:37 +02:00

6 lines
123 B
JSON

{
"typeCheckingMode": "basic",
"pythonPlatform": "Linux",
"useLibraryCodeForTypes": true,
"verboseOutput": false
}