cln-plugins/helpme/Makefile

10 lines
112 B
Makefile
Raw Normal View History

#! /usr/bin/make
check: flake8 pytest
flake8:
flake8 --ignore=E501,W503 helpme.py
pytest:
pytest helpme.py