From 0501262cebaaf501d90c55bb399c0637de088e9c Mon Sep 17 00:00:00 2001 From: Brett Holman Date: Thu, 30 Jun 2022 13:08:36 -0600 Subject: tox: add unpinned env for do_format and check_format (#1554) Add make helpers to do and check fmt --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 12c254c9..72faa04a 100644 --- a/Makefile +++ b/Makefile @@ -128,6 +128,12 @@ deb-src: doc: tox -e doc +fmt: + tox -e do_format && tox -e check_format + +fmt-tip: + tox -e do_format_tip && tox -e check_format_tip + # Spell check && filter false positives _CHECK_SPELLING := find doc -type f -exec spellintian {} + | \ grep -v -e 'doc/rtd/topics/cli.rst: modules modules' \ -- cgit v1.2.1