2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
8c5c98c95a |
|||
|
99386d5492 |
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
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> |
|||
|
99386d5492 |
conf/project: Add directory and variables
Anticipating future usefulness, add a regular project configuration directory plus two variables pointing to it: JW_PKG_CONF_BASE_DIR ?= $(firstword $(wildcard $(JW_PKG_DIR)/conf /etc/opt/jw-pkg)) JW_PKG_CONF_DIR ?= $(firstword $(wildcard $(JW_PKG_CONF_BASE_DIR)/project $(JW_PKG_CONF_BASE_DIR))) Signed-off-by: Jan Lindemann <jan@janware.com> |