This commit is contained in:
emdee 2024-02-13 22:48:08 +00:00
parent 38d82dfc82
commit a23eb74aa8
3 changed files with 4 additions and 4 deletions

View file

@ -28,8 +28,9 @@ MOD=qweechat
all: check
check: lint test
check::
sh ${PYTHON_EXE_MSYS} -c "import ${MOD}"
sh ${PYTHON_EXE_MSYS} -c "from ${MOD} import config"
lint:: flake8 pylint bandit