From f45cc426aa0dbab469011bf9782e02ef8506ee1d Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Sat, 14 Feb 2026 16:09:35 +0000 Subject: [PATCH] :factory: PEP8ify before delinting --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f2ece5a..5071fd9 100644 --- a/Makefile +++ b/Makefile @@ -112,7 +112,7 @@ pep8ify: # Reformat the code to be as PEP8 as possible. $(fmt) $(src) $(tests) .PHONY: tidy -tidy: delint pep8ify # Tidy up the code, fixing lint and format issues. +tidy: pep8ify delint # Tidy up the code, fixing lint and format issues. .PHONY: clean clean: # Clean the build directories