mirror of
https://github.com/aljazceru/plugins.git
synced 2025-12-24 08:34:18 +01: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
|