#! /usr/bin/make
default: check-source check
check:
pytest
check-source:
flake8 --ignore=E501,E731,W503