DEBSOURCES
Skip Quicknav
sources / ofxstatement-plugins / 20210310 / ofxstatement-lithuanian / Makefile
12345678910111213
all: test mypy black .PHONY: test test: pytest .PHONY: mypy mypy: mypy src .PHONY: black black: black src setup.py