cln-plugins/currencyrate/Makefile
Rusty Russell db5ca7f64a currencyrate: new plugin to do currency conversions.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2021-01-14 18:35:49 +01:00

7 lines
204 B
Makefile

#! /usr/bin/make
check:
@# E501 line too long (N > 79 characters)
@# E731 do not assign a lambda expression, use a def
@# W503: line break before binary operator
@flake8 --ignore=E501,E731,W503 *.py