mirror of
https://github.com/lightningd/plugins.git
synced 2026-08-14 12:43:18 +02:00
10 lines
112 B
Makefile
10 lines
112 B
Makefile
|
|
#! /usr/bin/make
|
||
|
|
|
||
|
|
check: flake8 pytest
|
||
|
|
|
||
|
|
flake8:
|
||
|
|
flake8 --ignore=E501,W503 helpme.py
|
||
|
|
|
||
|
|
pytest:
|
||
|
|
pytest helpme.py
|